OSDN Git Service

Btrfs: Disable delalloc accounting for now
authorChris Mason <chris.mason@oracle.com>
Tue, 15 Jan 2008 13:44:06 +0000 (08:44 -0500)
committerChris Mason <chris.mason@oracle.com>
Thu, 25 Sep 2008 15:03:59 +0000 (11:03 -0400)
Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/inode.c

index 008e344..f83f88c 100644 (file)
@@ -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