diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2010-06-07 11:55:00 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2010-08-09 16:48:25 -0400 |
commit | 6fd1e5c994c392ebdbe45600051b2a32ec4860f1 (patch) | |
tree | 672de56405c3a7dd4ffb079304661e4ef14401b7 /fs/nilfs2/nilfs.h | |
parent | 4ec70c9b46b032e7f1b41b543c607d6a33b78a1a (diff) |
convert nilfs2 to ->evict_inode()
[folded build fix from sfr]
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/nilfs2/nilfs.h')
-rw-r--r-- | fs/nilfs2/nilfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nilfs2/nilfs.h b/fs/nilfs2/nilfs.h index 47d6d7928122..f03279748099 100644 --- a/fs/nilfs2/nilfs.h +++ b/fs/nilfs2/nilfs.h | |||
@@ -245,7 +245,7 @@ extern void nilfs_write_inode_common(struct inode *, struct nilfs_inode *, int); | |||
245 | extern struct inode *nilfs_iget(struct super_block *, unsigned long); | 245 | extern struct inode *nilfs_iget(struct super_block *, unsigned long); |
246 | extern void nilfs_update_inode(struct inode *, struct buffer_head *); | 246 | extern void nilfs_update_inode(struct inode *, struct buffer_head *); |
247 | extern void nilfs_truncate(struct inode *); | 247 | extern void nilfs_truncate(struct inode *); |
248 | extern void nilfs_delete_inode(struct inode *); | 248 | extern void nilfs_evict_inode(struct inode *); |
249 | extern int nilfs_setattr(struct dentry *, struct iattr *); | 249 | extern int nilfs_setattr(struct dentry *, struct iattr *); |
250 | extern int nilfs_load_inode_block(struct nilfs_sb_info *, struct inode *, | 250 | extern int nilfs_load_inode_block(struct nilfs_sb_info *, struct inode *, |
251 | struct buffer_head **); | 251 | struct buffer_head **); |