As of now device properties and states are being represented as int variable. So clean that up using bitwise operations. Also patches in the ML such as device failed state needs this cleanup as well.
V2: Accepts all comments from Nikolay. Drops can_discard. Adds BTRFS_DEV_STATE_REPLACE_TGT and BTRFS_DEV_STATE_FLUSH_SENT patches. Anand Jain (5): btrfs: cleanup device states define BTRFS_DEV_STATE_WRITEABLE btrfs: cleanup device states define BTRFS_DEV_STATE_IN_FS_METADATA btrfs: cleanup device states define BTRFS_DEV_STATE_MISSING btrfs: cleanup device states define BTRFS_DEV_STATE_REPLACE_TGT btrfs: cleanup device states define BTRFS_DEV_STATE_FLUSH_SENT fs/btrfs/dev-replace.c | 8 ++- fs/btrfs/disk-io.c | 29 ++++++--- fs/btrfs/extent-tree.c | 5 +- fs/btrfs/extent_io.c | 3 +- fs/btrfs/ioctl.c | 4 +- fs/btrfs/scrub.c | 13 +++-- fs/btrfs/super.c | 8 ++- fs/btrfs/volumes.c | 156 ++++++++++++++++++++++++++++--------------------- fs/btrfs/volumes.h | 11 ++-- 9 files changed, 143 insertions(+), 94 deletions(-) -- 2.15.0 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html