Re: [PATCH v2] Btrfs: fix overlap of fs_info->flags values

2017-10-04 Thread David Sterba
On Wed, Oct 04, 2017 at 11:05:17AM +0900, Tsutomu Itoh wrote: > Because the values of BTRFS_FS_EXCL_OP and BTRFS_FS_QUOTA_OVERRIDE overlap, > we should change the value. > > First, BTRFS_FS_EXCL_OP was set to 14. > > commit 171938e52807 ("btrfs: track exclusive filesystem operation in flags") >

[PATCH v2] Btrfs: fix overlap of fs_info->flags values

2017-10-03 Thread Tsutomu Itoh
Because the values of BTRFS_FS_EXCL_OP and BTRFS_FS_QUOTA_OVERRIDE overlap, we should change the value. First, BTRFS_FS_EXCL_OP was set to 14. commit 171938e52807 ("btrfs: track exclusive filesystem operation in flags") Next, the value of BTRFS_FS_QUOTA_OVERRIDE was set to 14. commit f29efe