From: Chris Mason Date: Tue, 15 Jan 2008 13:44:06 +0000 (-0500) Subject: Btrfs: Disable delalloc accounting for now X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=9cce6c3bfca85bf92e8c9358542a18dfa6c232be;p=linux-edison.git Btrfs: Disable delalloc accounting for now Signed-off-by: Chris Mason --- diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 008e3445748..f83f88ca8ac 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c @@ -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