X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fefs_fs.h;h=f7c8446239ac4d44a37a3d4fad1f491a12b547d0;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=1640eb875d4ee8ad37e5d999856d99d2db2ad219;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/include/linux/efs_fs.h b/include/linux/efs_fs.h index 1640eb875..f7c844623 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);