btrfs: use ->free_inode()
a lot of stuff remains in ->destroy_inode() Acked-by: David Sterba <dsterba@suse.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -2298,6 +2298,7 @@ static const struct super_operations btrfs_super_ops = {
|
||||
.show_devname = btrfs_show_devname,
|
||||
.alloc_inode = btrfs_alloc_inode,
|
||||
.destroy_inode = btrfs_destroy_inode,
|
||||
.free_inode = btrfs_free_inode,
|
||||
.statfs = btrfs_statfs,
|
||||
.remount_fs = btrfs_remount,
|
||||
.freeze_fs = btrfs_freeze,
|
||||
|
Reference in New Issue
Block a user