]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: rename extent buffer block group item accessors
authorDavid Sterba <dsterba@suse.com>
Wed, 23 Oct 2019 16:48:20 +0000 (18:48 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 18 Nov 2019 16:51:45 +0000 (17:51 +0100)
commit6f239094ae0ea89d4a6c171b680cb457d5235fff
treece79a17594121904daac36caf7f86f4791160946
parent4b9cf01b86555a82dc353e1f0ba9b73b85166c41
btrfs: rename extent buffer block group item accessors

Accessors defined by BTRFS_SETGET_FUNCS take a raw extent buffer and
manipulate the items there, there's no special prefix required. The
block group accessors had _disk_ because previously the names were
occupied by the on-stack accessors. As this has been addressed in the
previous patch, we can now unify the naming.

Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/ctree.h
fs/btrfs/print-tree.c