Re: [PATCH] Btrfs: fix fs_info->flags value

2017-10-03 Thread David Sterba
On Mon, Oct 02, 2017 at 05:34:12PM +0900, Tsutomu Itoh wrote: > Because the values of BTRFS_FS_QUOTA_OVERRIDE and BTRFS_FS_EXCL_OP overlap, > we should change the value. > > Signed-off-by: Tsutomu Itoh Please write a more descriptive subject and changelog. > --- >

[PATCH] Btrfs: fix fs_info->flags value

2017-10-02 Thread Tsutomu Itoh
Because the values of BTRFS_FS_QUOTA_OVERRIDE and BTRFS_FS_EXCL_OP overlap, we should change the value. Signed-off-by: Tsutomu Itoh --- fs/btrfs/ctree.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index