commit | 32da5386d9a4fd5c1155cecf703df104d918954c | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Tue Oct 29 19:20:18 2019 +0100 |
committer | David Sterba <dsterba@suse.com> | Mon Nov 18 17:51:51 2019 +0100 |
tree | 2b6ea5d3c788700ac9f1fe3d71594213b15141e4 | |
parent | d49a2ddb1568d533ef3b77841a3ea1ff5bfa8b98 [diff] |
btrfs: rename btrfs_block_group_cache The type name is misleading, a single entry is named 'cache' while this normally means a collection of objects. Rename that everywhere. Also the identifier was quite long, making function prototypes harder to format. Suggested-by: Nikolay Borisov <nborisov@suse.com> Reviewed-by: Qu Wenruo <wqu@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>