diff options
author | Qu Wenruo <wqu@suse.com> | 2019-04-04 09:45:30 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2019-04-29 20:02:48 +0300 |
commit | dd28b6a5aad306c417477db700ed0848c923a31c (patch) | |
tree | c29b5c0537f6412730e71d16cae673605f6a4294 /fs/btrfs/delayed-ref.c | |
parent | b28b1f0ce44c1b9ebc1c43e3eba18c1f1f5d9cec (diff) | |
download | linux-dd28b6a5aad306c417477db700ed0848c923a31c.tar.xz |
btrfs: extent-tree: Open-code process_func in __btrfs_mod_ref
The process_func function pointer is local to __btrfs_mod_ref() and
points to either btrfs_inc_extent_ref() or btrfs_free_extent().
Open code it to make later delayed ref refactor easier, so we can
refactor btrfs_inc_extent_ref() and btrfs_free_extent() in different
patches.
Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/delayed-ref.c')
0 files changed, 0 insertions, 0 deletions