Skip to content

Commit

Permalink
ovl: Enable metadata only feature
Browse files Browse the repository at this point in the history
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@redhat.com>
Reviewed-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
  • Loading branch information
Vivek Goyal authored and Miklos Szeredi committed Jul 20, 2018
1 parent 935a074 commit 989974c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fs/overlayfs/copy_up.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 989974c

Please sign in to comment.