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 <vgoyal@xxxxxxxxxx> --- fs/overlayfs/util.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/fs/overlayfs/util.c b/fs/overlayfs/util.c index 81b307c20a8d..9bda6ff611d4 100644 --- a/fs/overlayfs/util.c +++ b/fs/overlayfs/util.c @@ -235,9 +235,6 @@ bool ovl_metaonly_copy_up(struct dentry *dentry, umode_t mode, int flags) { 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; -- 2.13.6 -- To unsubscribe from this list: send the line "unsubscribe linux-unionfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html