diff options
Diffstat (limited to 'fs/ext2/ext2.h')
-rw-r--r-- | fs/ext2/ext2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ext2/ext2.h b/fs/ext2/ext2.h index 9f1a40e7945c..8f0fd726c3f1 100644 --- a/fs/ext2/ext2.h +++ b/fs/ext2/ext2.h | |||
@@ -116,6 +116,7 @@ extern unsigned long ext2_count_free (struct buffer_head *, unsigned); | |||
116 | /* inode.c */ | 116 | /* inode.c */ |
117 | extern void ext2_read_inode (struct inode *); | 117 | extern void ext2_read_inode (struct inode *); |
118 | extern int ext2_write_inode (struct inode *, int); | 118 | extern int ext2_write_inode (struct inode *, int); |
119 | extern void ext2_put_inode (struct inode *); | ||
119 | extern void ext2_delete_inode (struct inode *); | 120 | extern void ext2_delete_inode (struct inode *); |
120 | extern int ext2_sync_inode (struct inode *); | 121 | extern int ext2_sync_inode (struct inode *); |
121 | extern void ext2_discard_prealloc (struct inode *); | 122 | extern void ext2_discard_prealloc (struct inode *); |