commit | c842268458d904c04f08259cc7ecee3870fa2746 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Tue Sep 15 21:44:52 2020 +0200 |
committer | David Sterba <dsterba@suse.com> | Tue Dec 08 15:53:52 2020 +0100 |
tree | 4971d80d5555e6d80022566a37abb3c476354a06 | |
parent | f944d2cb209674411280737d5fb660e98b8a8314 [diff] |
btrfs: add set/get accessors for root_item::drop_level The drop_level member is used directly unlike all the other int types in root_item. Add the definition and use it everywhere. The type is u8 so there's no conversion necessary and the helpers are properly inlined, this is for consistency. Reviewed-by: Josef Bacik <josef@toxicpanda.com> Signed-off-by: David Sterba <dsterba@suse.com>