提交 1ffa4f42 编写于 作者: S Sage Weil 提交者: Chris Mason

Btrfs: remove unneeded btrfs_start_delalloc_inodes call

It is called by btrfs_sync_fs.
Signed-off-by: NSage Weil <sage@newdream.net>
上级 6e3ad887
......@@ -1142,7 +1142,6 @@ long btrfs_ioctl(struct file *file, unsigned int
case BTRFS_IOC_TRANS_END:
return btrfs_ioctl_trans_end(file);
case BTRFS_IOC_SYNC:
btrfs_start_delalloc_inodes(root);
btrfs_sync_fs(file->f_dentry->d_sb, 1);
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册