commit | 9fc6f911a014fab57ed661b6918b7f730fa60c59 | [log] [tgz] |
---|---|---|
author | Nikolay Borisov <nborisov@suse.com> | Wed Jun 03 08:55:32 2020 +0300 |
committer | David Sterba <dsterba@suse.com> | Mon Jul 27 12:55:34 2020 +0200 |
tree | df88fb5c959a00e39634352824842854619b85fc | |
parent | 64f54188ea4309a22eaf09df169ea5d0f0021640 [diff] |
btrfs: make btrfs_new_extent_direct take btrfs_inode This function really needs a btrfs_inode and not a generic vfs one. Take it as a parameter and get rid of superfluous BTRFS_I() calls. Signed-off-by: Nikolay Borisov <nborisov@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>