Skip to content
Snippets Groups Projects
Commit 9cce6c3b authored by Chris Mason's avatar Chris Mason
Browse files

Btrfs: Disable delalloc accounting for now

parent cee36a03
Branches
Tags
No related merge requests found
......@@ -80,6 +80,8 @@ int btrfs_check_free_space(struct btrfs_root *root, u64 num_required,
u64 thresh;
int ret = 0;
return 0;
if (for_del)
thresh = total * 90;
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment