forked from luck/tmp_suning_uos_patched
Btrfs: Disable delalloc accounting for now
Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
parent
cee36a03e8
commit
9cce6c3bfc
|
@ -80,6 +80,8 @@ int btrfs_check_free_space(struct btrfs_root *root, u64 num_required,
|
||||||
u64 thresh;
|
u64 thresh;
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
|
||||||
if (for_del)
|
if (for_del)
|
||||||
thresh = total * 90;
|
thresh = total * 90;
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue
Block a user