summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAndries E. Brouwer <andries.brouwer@cwi.nl>2004-09-07 18:01:35 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-09-07 18:01:35 -0700
commit1351f6b20fdf61b46660a72edd7c2b5e2376e8b5 (patch)
treeade3dc84a7aca70a5f57bffe4ff63858c5bd4220 /include/linux
parent6ca752ad3d7bf4930c890342eda9dd9d8e5c57ba (diff)
[PATCH] add static in efs
Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/efs_fs.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/efs_fs.h b/include/linux/efs_fs.h
index 1640eb875d4e..f7c8446239ac 100644
--- a/include/linux/efs_fs.h
+++ b/include/linux/efs_fs.h
@@ -40,11 +40,9 @@ extern struct inode_operations efs_dir_inode_operations;
extern struct file_operations efs_dir_operations;
extern struct address_space_operations efs_symlink_aops;
-extern int efs_fill_super(struct super_block *, void *, int);
-extern int efs_statfs(struct super_block *, struct kstatfs *);
-
extern void efs_read_inode(struct inode *);
extern efs_block_t efs_map_block(struct inode *, efs_block_t);
+extern int efs_get_block(struct inode *, sector_t, struct buffer_head *, int);
extern struct dentry *efs_lookup(struct inode *, struct dentry *, struct nameidata *);
extern int efs_bmap(struct inode *, int);