From: Vivek Goyal Date: Fri, 11 May 2018 15:49:33 +0000 (-0400) Subject: ovl: Enable metadata only feature X-Git-Tag: rel_imx_4.19.35_1.1.0~9434^2 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=989974c804574d250ac92d44e220081959ac8ac1;p=linux.git 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: Vivek Goyal Reviewed-by: Amir Goldstein Signed-off-by: Miklos Szeredi --- diff --git a/fs/overlayfs/copy_up.c b/fs/overlayfs/copy_up.c index d8331f817b95..296037afecdb 100644 --- a/fs/overlayfs/copy_up.c +++ b/fs/overlayfs/copy_up.c @@ -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;