diff options
Diffstat (limited to 'fs/nilfs2/mdt.h')
-rw-r--r-- | fs/nilfs2/mdt.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fs/nilfs2/mdt.h b/fs/nilfs2/mdt.h index 431599733c9b..3eb40e8d50ff 100644 --- a/fs/nilfs2/mdt.h +++ b/fs/nilfs2/mdt.h | |||
@@ -74,9 +74,10 @@ int nilfs_mdt_forget_block(struct inode *, unsigned long); | |||
74 | int nilfs_mdt_mark_block_dirty(struct inode *, unsigned long); | 74 | int nilfs_mdt_mark_block_dirty(struct inode *, unsigned long); |
75 | int nilfs_mdt_fetch_dirty(struct inode *); | 75 | int nilfs_mdt_fetch_dirty(struct inode *); |
76 | 76 | ||
77 | struct inode *nilfs_mdt_new(struct the_nilfs *, struct super_block *, ino_t); | 77 | struct inode *nilfs_mdt_new(struct the_nilfs *, struct super_block *, ino_t, |
78 | size_t); | ||
78 | struct inode *nilfs_mdt_new_common(struct the_nilfs *, struct super_block *, | 79 | struct inode *nilfs_mdt_new_common(struct the_nilfs *, struct super_block *, |
79 | ino_t, gfp_t); | 80 | ino_t, gfp_t, size_t); |
80 | void nilfs_mdt_destroy(struct inode *); | 81 | void nilfs_mdt_destroy(struct inode *); |
81 | void nilfs_mdt_clear(struct inode *); | 82 | void nilfs_mdt_clear(struct inode *); |
82 | void nilfs_mdt_set_entry_size(struct inode *, unsigned, unsigned); | 83 | void nilfs_mdt_set_entry_size(struct inode *, unsigned, unsigned); |