diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2010-06-09 05:28:10 +0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2010-08-10 00:48:21 +0400 |
commit | 066d92dcbfa5842d98f6c4c671220cef50a9720f (patch) | |
tree | 0eb8f17c4ce6ff2a016e40ee6438881b1e61b86e /fs/ocfs2/super.c | |
parent | 94ee8494ac84606f06d522a2c016d40aabffb378 (diff) | |
download | linux-066d92dcbfa5842d98f6c4c671220cef50a9720f.tar.xz |
convert ocfs2 to ->evict_inode()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/ocfs2/super.c')
-rw-r--r-- | fs/ocfs2/super.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/ocfs2/super.c b/fs/ocfs2/super.c index 0eaa929a4dbf..ae1a4437a980 100644 --- a/fs/ocfs2/super.c +++ b/fs/ocfs2/super.c @@ -145,8 +145,7 @@ static const struct super_operations ocfs2_sops = { .alloc_inode = ocfs2_alloc_inode, .destroy_inode = ocfs2_destroy_inode, .drop_inode = ocfs2_drop_inode, - .clear_inode = ocfs2_clear_inode, - .delete_inode = ocfs2_delete_inode, + .evict_inode = ocfs2_evict_inode, .sync_fs = ocfs2_sync_fs, .put_super = ocfs2_put_super, .remount_fs = ocfs2_remount, |