diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2010-06-06 07:08:19 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2010-08-09 16:48:03 -0400 |
commit | ac14a95b5239d37b6082c3791b88d7ab4e8e444c (patch) | |
tree | b7a763b2e25de51730104e14fffd5b4ec035b415 /include/linux/ext3_fs.h | |
parent | 0f3f63a4700d7c5aed51491b0113a257cf290a56 (diff) |
convert ext3 to ->evict_inode()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/ext3_fs.h')
-rw-r--r-- | include/linux/ext3_fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ext3_fs.h b/include/linux/ext3_fs.h index 7fc62d4550b2..e7cb21766992 100644 --- a/include/linux/ext3_fs.h +++ b/include/linux/ext3_fs.h | |||
@@ -896,7 +896,7 @@ int ext3_get_blocks_handle(handle_t *handle, struct inode *inode, | |||
896 | extern struct inode *ext3_iget(struct super_block *, unsigned long); | 896 | extern struct inode *ext3_iget(struct super_block *, unsigned long); |
897 | extern int ext3_write_inode (struct inode *, struct writeback_control *); | 897 | extern int ext3_write_inode (struct inode *, struct writeback_control *); |
898 | extern int ext3_setattr (struct dentry *, struct iattr *); | 898 | extern int ext3_setattr (struct dentry *, struct iattr *); |
899 | extern void ext3_delete_inode (struct inode *); | 899 | extern void ext3_evict_inode (struct inode *); |
900 | extern int ext3_sync_inode (handle_t *, struct inode *); | 900 | extern int ext3_sync_inode (handle_t *, struct inode *); |
901 | extern void ext3_discard_reservation (struct inode *); | 901 | extern void ext3_discard_reservation (struct inode *); |
902 | extern void ext3_dirty_inode(struct inode *); | 902 | extern void ext3_dirty_inode(struct inode *); |