浏览代码

Btrfs: Disable delalloc accounting for now

Signed-off-by: Chris Mason <chris.mason@oracle.com>
Chris Mason 17 年之前
父节点
当前提交
9cce6c3bfc
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      fs/btrfs/inode.c

+ 2 - 0
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