Skip to content

Commit

Permalink
Btrfs: Disable delalloc accounting for now
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Mason <chris.mason@oracle.com>
  • Loading branch information
Chris Mason committed Sep 25, 2008
1 parent cee36a0 commit 9cce6c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fs/btrfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9cce6c3

Please sign in to comment.