diff options
author | Tsutomu Itoh <t-itoh@jp.fujitsu.com> | 2017-10-04 11:05:17 +0900 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2017-10-04 16:44:18 +0200 |
commit | 69ad59767d094752c23c0fc180a79532fde073d0 (patch) | |
tree | 953566fb25690a7f0245f3bbe6e5fdc6225bbffa /fs/namei.c | |
parent | 2d8ce70a08fe033c904115d59276ad86adeaa337 (diff) | |
download | linux-stable-69ad59767d094752c23c0fc180a79532fde073d0.tar.gz linux-stable-69ad59767d094752c23c0fc180a79532fde073d0.tar.bz2 linux-stable-69ad59767d094752c23c0fc180a79532fde073d0.zip |
Btrfs: fix overlap of fs_info::flags values
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 f29efe292198 ("btrfs: add quota override flag to enable quota override for CAP_SYS_RESOURCE")
As a result, the value 14 overlapped, by accident.
This problem is solved by defining the value of BTRFS_FS_EXCL_OP as 16,
the flags are internal.
Fixes: f29efe292198 ("btrfs: add quota override flag to enable quota override for CAP_SYS_RESOURCE")
CC: stable@vger.kernel.org # 4.13+
Signed-off-by: Tsutomu Itoh <t-itoh@jp.fujitsu.com>
Reviewed-by: David Sterba <dsterba@suse.com>
[ minimize the change, update only BTRFS_FS_EXCL_OP ]
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/namei.c')
0 files changed, 0 insertions, 0 deletions