提交 989974c8 编写于 作者: V Vivek Goyal 提交者: Miklos Szeredi

ovl: Enable metadata only feature

All the bits are in patches before this.  So it is time to enable the
metadata only copy up feature.
Signed-off-by: NVivek Goyal <vgoyal@redhat.com>
Reviewed-by: NAmir Goldstein <amir73il@gmail.com>
Signed-off-by: NMiklos Szeredi <mszeredi@redhat.com>
上级 935a074f
......@@ -689,9 +689,6 @@ static bool ovl_need_meta_copy_up(struct dentry *dentry, umode_t mode,
{
struct ovl_fs *ofs = dentry->d_sb->s_fs_info;
/* TODO: Will enable metacopy in last patch of series */
return false;
if (!ofs->config.metacopy)
return false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册