diff options
| author | Andries E. Brouwer <andries.brouwer@cwi.nl> | 2004-09-07 18:01:35 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-09-07 18:01:35 -0700 |
| commit | 1351f6b20fdf61b46660a72edd7c2b5e2376e8b5 (patch) | |
| tree | ade3dc84a7aca70a5f57bffe4ff63858c5bd4220 /include/linux | |
| parent | 6ca752ad3d7bf4930c890342eda9dd9d8e5c57ba (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.h | 4 |
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); |
