On Wed, Jun 03, 2020 at 08:55:08AM +0300, Nikolay Borisov wrote: > 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@xxxxxxxx> > --- > fs/btrfs/ctree.h | 2 +- > fs/btrfs/file.c | 23 ++++++++++++----------- > fs/btrfs/inode.c | 4 ++-- > fs/btrfs/tree-log.c | 4 ++-- Weird, I got conflict while patching a function log_one_extent that's in tree-log.c but there's no hunk for that file in your patch.
