diff options
author | Anand Jain <anand.jain@oracle.com> | 2017-12-04 05:54:53 +0100 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2018-01-22 16:08:15 +0100 |
commit | e12c96214d28f9211b4035cf20e76d677ff5611f (patch) | |
tree | c3e1781eac93c02d64fe09eb928031a0fed2b4a0 /fs/btrfs/dev-replace.c | |
parent | btrfs: cleanup device states define BTRFS_DEV_STATE_WRITEABLE (diff) | |
download | linux-e12c96214d28f9211b4035cf20e76d677ff5611f.tar.xz linux-e12c96214d28f9211b4035cf20e76d677ff5611f.zip |
btrfs: cleanup device states define BTRFS_DEV_STATE_IN_FS_METADATA
Currently device state is being managed by each individual int
variable such as struct btrfs_device::in_fs_metadata. Instead of
that declare device state BTRFS_DEV_STATE_IN_FS_METADATA and use
the bit operations.
Signed-off-by: Anand Jain <anand.jain@oracle.com>
Reviewed-by: Nikolay Borisov <nborisov@suse.com>
[ whitespace adjustments ]
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/dev-replace.c')
0 files changed, 0 insertions, 0 deletions