commit | a0349401c14f507990bbe052406498fd527f7df7 | [log] [tgz] |
---|---|---|
author | Nikolay Borisov <nborisov@suse.com> | Wed Jun 03 08:55:12 2020 +0300 |
committer | David Sterba <dsterba@suse.com> | Mon Jul 27 12:55:30 2020 +0200 |
tree | 1752935c4e119858071c7959d74940784fc87b2d | |
parent | 8b8a979f1fc69054f99abab80daeae89aba3f19b [diff] |
btrfs: make cow_file_range_inline take btrfs_inode It has only 2 uses for the vfs_inode - insert_inline_extent and i_size_read. On the flipside it will allow converting its callers to btrfs_inode, so convert it to taking btrfs_inode. Signed-off-by: Nikolay Borisov <nborisov@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>