commit | 0174484d619460a65e88f594c36983cd2b7f4128 | [log] [tgz] |
---|---|---|
author | Nikolay Borisov <nborisov@suse.com> | Thu Jul 27 14:22:11 2017 +0300 |
committer | David Sterba <dsterba@suse.com> | Mon Aug 21 17:47:42 2017 +0200 |
tree | f78979163a43296459a6168e9b41cbd413932799 | |
parent | 0dde10bed2c44a4024eb446cc72fe4e0cb97ec06 [diff] |
btrfs: Remove chunk_objectid argument from btrfs_make_block_group btrfs_make_block_group is always called with chunk_objectid set to BTRFS_FIRST_CHUNK_TREE_OBJECTID. There's no reason why this behavior will change anytime soon, so let's remove the argument and decrease the cognitive load when reading the code path. No functional change Signed-off-by: Nikolay Borisov <nborisov@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>