commit | b57922d97fd6f79b6dbe6db0c4fd30d219fa08c1 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Jun 07 14:34:48 2010 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Aug 09 16:48:37 2010 -0400 |
tree | 1d39e9cd8e1c1f502fb7e985a08286859c69aa36 | |
parent | 45321ac54316eaeeebde0b5f728a1791e500974c [diff] [blame] |
convert remaining ->clear_inode() to ->evict_inode() Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/hfs/super.c b/fs/hfs/super.c index 0a81eb7..34235d4 100644 --- a/fs/hfs/super.c +++ b/fs/hfs/super.c
@@ -181,7 +181,7 @@ .alloc_inode = hfs_alloc_inode, .destroy_inode = hfs_destroy_inode, .write_inode = hfs_write_inode, - .clear_inode = hfs_clear_inode, + .evict_inode = hfs_evict_inode, .put_super = hfs_put_super, .write_super = hfs_write_super, .sync_fs = hfs_sync_fs,