Btrfs: use bitfield instead of integer data type for the some variants in btrfs_root
authorMiao Xie <miaox@cn.fujitsu.com>
Wed, 2 Apr 2014 11:51:05 +0000 (19:51 +0800)
committerChris Mason <clm@fb.com>
Tue, 10 Jun 2014 00:20:40 +0000 (17:20 -0700)
commit27cdeb7096b86f05ad018a24cdb63acdf0850a5d
tree1e795214fd0456f83c85843bea354d7331328bd1
parentf959492fc15b60d874a9cbf55ae4760f2ef261ed
Btrfs: use bitfield instead of integer data type for the some variants in btrfs_root

Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>
Signed-off-by: Wang Shilong <wangsl.fnst@cn.fujitsu.com>
Signed-off-by: Chris Mason <clm@fb.com>
12 files changed:
fs/btrfs/ctree.c
fs/btrfs/ctree.h
fs/btrfs/disk-io.c
fs/btrfs/extent-tree.c
fs/btrfs/file.c
fs/btrfs/inode.c
fs/btrfs/ioctl.c
fs/btrfs/relocation.c
fs/btrfs/root-tree.c
fs/btrfs/transaction.c
fs/btrfs/tree-defrag.c
fs/btrfs/tree-log.c