diff options
author | Chris Mason <chris.mason@oracle.com> | 2008-01-15 08:44:06 -0500 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2008-09-25 11:03:59 -0400 |
commit | 9cce6c3bfca85bf92e8c9358542a18dfa6c232be (patch) | |
tree | 02d5a749f6b0bf3d0b5baff02d061b0824d2c27f /fs/btrfs | |
parent | cee36a03e8f7c6e14aefd497d3acf01bcd3ef153 (diff) |
Btrfs: Disable delalloc accounting for now
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs')
-rw-r--r-- | fs/btrfs/inode.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 008e3445748e..f83f88ca8ac7 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, | |||
80 | u64 thresh; | 80 | u64 thresh; |
81 | int ret = 0; | 81 | int ret = 0; |
82 | 82 | ||
83 | return 0; | ||
84 | |||
83 | if (for_del) | 85 | if (for_del) |
84 | thresh = total * 90; | 86 | thresh = total * 90; |
85 | else | 87 | else |