diff options
| author | Liu Bo <[email protected]> | 2016-08-25 18:08:27 -0700 |
|---|---|---|
| committer | David Sterba <[email protected]> | 2016-09-26 17:59:49 +0200 |
| commit | 49303381f19ab16a371a061b67e783d3f570d56e (patch) | |
| tree | c70a9224882d29c4a6d6a68a53343517c2bc0e0e /kernel/locking/rtmutex-debug.c | |
| parent | 2571e739677f1e4c0c63f5ed49adcc0857923625 (diff) | |
Btrfs: bail out if block group has different mixed flag
Currently we allow inconsistence about mixed flag
(BTRFS_BLOCK_GROUP_METADATA | BTRFS_BLOCK_GROUP_DATA).
We'd get ENOSPC if block group has mixed flag and btrfs doesn't.
If that happens, we have one space_info with mixed flag and another
space_info only with BTRFS_BLOCK_GROUP_METADATA, and
global_block_rsv.space_info points to the latter one, but all bytes
from block_group contributes to the mixed space_info, thus all the
allocation will fail with ENOSPC.
This adds a check for the above case.
Reported-by: Vegard Nossum <[email protected]>
Signed-off-by: Liu Bo <[email protected]>
[ updated message ]
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'kernel/locking/rtmutex-debug.c')
0 files changed, 0 insertions, 0 deletions