diff options
Diffstat (limited to 'fs/btrfs/inode.c')
-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 |