Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 989974c8 authored by Vivek Goyal's avatar Vivek Goyal Committed by Miklos Szeredi
Browse files

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: default avatarVivek Goyal <vgoyal@redhat.com>
Reviewed-by: default avatarAmir Goldstein <amir73il@gmail.com>
Signed-off-by: default avatarMiklos Szeredi <mszeredi@redhat.com>
parent 935a074f
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;