From: Chris Mason Date: Tue, 15 Jan 2008 13:44:06 +0000 (-0500) Subject: Btrfs: Disable delalloc accounting for now X-Git-Tag: v2.6.29-rc1~27^2~9^2~55^2~56^2~30^2~333 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=9cce6c3bfca85bf92e8c9358542a18dfa6c232be;p=linux-2.6-omap-h63xx.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