commit | 906c448c3dc3189d83bf644ec453d49737371b00 | [log] [tgz] |
---|---|---|
author | Nikolay Borisov <nborisov@suse.com> | Wed Jun 03 08:55:08 2020 +0300 |
committer | David Sterba <dsterba@suse.com> | Mon Jul 27 12:55:26 2020 +0200 |
tree | 340d290f012a6eafd653fc2826be34dc6f738eec | |
parent | bd242a08a690e98d9e9eb7ab51580d4a86b76c6c [diff] |
btrfs: make __btrfs_drop_extents take btrfs_inode It has only 4 uses of a vfs_inode for inode_sub_bytes but unifies the interface with the non __ prefixed version. Will also makes converting its callers to btrfs_inode easier. Signed-off-by: Nikolay Borisov <nborisov@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>