Files
android_kernel_xiaomi_sm8450/fs/btrfs
Anand Jain ebbede42d4 btrfs: cleanup device states define BTRFS_DEV_STATE_WRITEABLE
Currently device state is being managed by each individual int
variable such as struct btrfs_device::writeable. Instead of that
declare device state BTRFS_DEV_STATE_WRITEABLE and use the
bit operations.

Signed-off-by: Anand Jain <anand.jain@oracle.com>
[ whitespace adjustments ]
Signed-off-by: David Sterba <dsterba@suse.com>
2018-01-22 16:08:15 +01:00
..
2018-01-22 16:08:13 +01:00
2017-11-01 20:45:35 +01:00
2018-01-22 16:08:14 +01:00
2017-10-30 12:28:00 +01:00
2017-10-30 12:27:57 +01:00
2018-01-22 16:08:12 +01:00