]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: Introduce new bits for device allocation tree
authorNikolay Borisov <nborisov@suse.com>
Mon, 25 Mar 2019 12:31:26 +0000 (14:31 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 29 Apr 2019 17:02:36 +0000 (19:02 +0200)
commit77088280359eb3b6b12e0bf9f473ce7abf25544c
tree00d02a4f3eee24f70b38c0fb2cc25dad03a7c4d8
parent69d0a85f4d3be242ae3dd2bcd7afd941e9f1b612
btrfs: Introduce new bits for device allocation tree

Rather than hijacking the existing defines let's just define new bits,
with more descriptive names. Instead of using yet more (currently at 18)
bits for the new flags, use the fact those flags will be specific to
the device allocation tree so define them using existing EXTENT_* flags.

Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent_io.h