diff options
Diffstat (limited to 'fs/nilfs2/nilfs.h')
-rw-r--r-- | fs/nilfs2/nilfs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nilfs2/nilfs.h b/fs/nilfs2/nilfs.h index 45b1fd1d0245..03ba4d88083f 100644 --- a/fs/nilfs2/nilfs.h +++ b/fs/nilfs2/nilfs.h | |||
@@ -251,6 +251,8 @@ int nilfs_ioctl_prepare_clean_segments(struct the_nilfs *, struct nilfs_argv *, | |||
251 | void **); | 251 | void **); |
252 | 252 | ||
253 | /* inode.c */ | 253 | /* inode.c */ |
254 | void nilfs_inode_add_blocks(struct inode *inode, int n); | ||
255 | void nilfs_inode_sub_blocks(struct inode *inode, int n); | ||
254 | extern struct inode *nilfs_new_inode(struct inode *, int); | 256 | extern struct inode *nilfs_new_inode(struct inode *, int); |
255 | extern void nilfs_free_inode(struct inode *); | 257 | extern void nilfs_free_inode(struct inode *); |
256 | extern int nilfs_get_block(struct inode *, sector_t, struct buffer_head *, int); | 258 | extern int nilfs_get_block(struct inode *, sector_t, struct buffer_head *, int); |