OSDN Git Service

btrfs: move fs_info::fs_frozen to the flags
authorDavid Sterba <dsterba@suse.com>
Thu, 15 Jun 2017 17:10:03 +0000 (19:10 +0200)
committerDavid Sterba <dsterba@suse.com>
Tue, 20 Jun 2017 12:22:42 +0000 (14:22 +0200)
commitfac03c8daeb581e2bc38e5a8c0c6a42cf87cf1c3
treea6f7828cc438f65698b4341ae84f576fbc853eec
parent79b4f4c605b76194448315865ebcf6fcb0844fc5
btrfs: move fs_info::fs_frozen to the flags

We can keep the state among the other fs_info flags, there's no reason
why fs_frozen would need to be separate.

Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/ctree.h
fs/btrfs/disk-io.c
fs/btrfs/super.c
fs/btrfs/transaction.c