diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-03-13 20:55:15 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-03-13 20:55:15 +0000 |
commit | 1471f525455788c20b130690e0f104df451aeb43 (patch) | |
tree | 3778beba56558beb9a9548ea5b467e9c44ea966f /include/linux/efs_fs.h | |
parent | e80d2c5456d30ebba5b0eb8a9d33e17d815d4d83 (diff) |
Merge with Linux 2.3.51.
Diffstat (limited to 'include/linux/efs_fs.h')
-rw-r--r-- | include/linux/efs_fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/efs_fs.h b/include/linux/efs_fs.h index 2ba621bc2..cc23e2e0c 100644 --- a/include/linux/efs_fs.h +++ b/include/linux/efs_fs.h @@ -53,7 +53,7 @@ extern int init_module(void); extern void cleanup_module(void); extern struct super_block *efs_read_super(struct super_block *, void *, int); extern void efs_put_super(struct super_block *); -extern int efs_statfs(struct super_block *, struct statfs *, int); +extern int efs_statfs(struct super_block *, struct statfs *); extern void efs_read_inode(struct inode *); extern efs_block_t efs_map_block(struct inode *, efs_block_t); |