diff options
Diffstat (limited to 'fs/ext2/ext2.h')
-rw-r--r-- | fs/ext2/ext2.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/fs/ext2/ext2.h b/fs/ext2/ext2.h index c87ae29c19cb..47d88da2d33b 100644 --- a/fs/ext2/ext2.h +++ b/fs/ext2/ext2.h | |||
@@ -124,9 +124,8 @@ extern void ext2_check_inodes_bitmap (struct super_block *); | |||
124 | extern unsigned long ext2_count_free (struct buffer_head *, unsigned); | 124 | extern unsigned long ext2_count_free (struct buffer_head *, unsigned); |
125 | 125 | ||
126 | /* inode.c */ | 126 | /* inode.c */ |
127 | extern void ext2_read_inode (struct inode *); | 127 | extern struct inode *ext2_iget (struct super_block *, unsigned long); |
128 | extern int ext2_write_inode (struct inode *, int); | 128 | extern int ext2_write_inode (struct inode *, int); |
129 | extern void ext2_put_inode (struct inode *); | ||
130 | extern void ext2_delete_inode (struct inode *); | 129 | extern void ext2_delete_inode (struct inode *); |
131 | extern int ext2_sync_inode (struct inode *); | 130 | extern int ext2_sync_inode (struct inode *); |
132 | extern int ext2_get_block(struct inode *, sector_t, struct buffer_head *, int); | 131 | extern int ext2_get_block(struct inode *, sector_t, struct buffer_head *, int); |
@@ -139,8 +138,7 @@ int __ext2_write_begin(struct file *file, struct address_space *mapping, | |||
139 | struct page **pagep, void **fsdata); | 138 | struct page **pagep, void **fsdata); |
140 | 139 | ||
141 | /* ioctl.c */ | 140 | /* ioctl.c */ |
142 | extern int ext2_ioctl (struct inode *, struct file *, unsigned int, | 141 | extern long ext2_ioctl(struct file *, unsigned int, unsigned long); |
143 | unsigned long); | ||
144 | extern long ext2_compat_ioctl(struct file *, unsigned int, unsigned long); | 142 | extern long ext2_compat_ioctl(struct file *, unsigned int, unsigned long); |
145 | 143 | ||
146 | /* namei.c */ | 144 | /* namei.c */ |