summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAlexander Viro <viro@math.psu.edu>2002-05-21 21:12:54 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2002-05-21 21:12:54 -0700
commitc6e6354f8e7cb66bdbb6e33a444beb959e3a70e8 (patch)
treea6cc81207b727032483447e4d8334025fe8dc555 /include/linux
parentcc41b90f8a9ad3cd85a39dd4fcc71f965a675b0e (diff)
[PATCH] clean up readdir() for in-memory
sane readdir() for ramfs-style filesystems
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/fs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index de84a3fb9f2e..0f2ae2f148e6 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1296,6 +1296,9 @@ extern void drop_super(struct super_block *sb);
extern kdev_t ROOT_DEV;
extern char root_device_name[];
+extern int dcache_dir_open(struct inode *, struct file *);
+extern int dcache_dir_close(struct inode *, struct file *);
+extern loff_t dcache_dir_lseek(struct file *, loff_t, int);
extern int dcache_readdir(struct file *, void *, filldir_t);
extern int simple_statfs(struct super_block *, struct statfs *);
extern struct dentry *simple_lookup(struct inode *, struct dentry *);