commit | 158da513b13deb04b266e4ad171871d1a8531f26 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Fri May 17 11:43:41 2019 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon Jul 01 13:34:58 2019 +0200 |
tree | 8be777b2534ca3cf51195be6670cf8663e3dab1b | |
parent | e3ecdb3fdecf2d505bd742ffccf1b0a2854f2812 [diff] |
btrfs: refactor helper for bg flags to name conversion The helper lacks the btrfs_ prefix and the parameter is the raw blockgroup type, so none of the callers has to do the flags -> index conversion. Signed-off-by: David Sterba <dsterba@suse.com>