diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 008e3445748ef95b3d7d42da3d7ce815f005553c..f83f88ca8ac749dc569d0641574382ad4d63b5f8 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