diff options
author | Vivek Goyal <vgoyal@redhat.com> | 2018-03-20 16:35:40 -0400 |
---|---|---|
committer | Miklos Szeredi <mszeredi@redhat.com> | 2018-04-12 12:04:49 +0200 |
commit | 0471a9cdb00ff4a84e781c6dc4b0f87297bac1ed (patch) | |
tree | afb14ab38ef60ab03ba9d69fcb68ab5ed0296467 /fs/overlayfs/namei.c | |
parent | 102b0d11cbe83e607a8e9060c05930905332f9ec (diff) | |
download | talos-obmc-linux-0471a9cdb00ff4a84e781c6dc4b0f87297bac1ed.tar.gz talos-obmc-linux-0471a9cdb00ff4a84e781c6dc4b0f87297bac1ed.zip |
ovl: cleanup setting OVL_INDEX
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'fs/overlayfs/namei.c')
-rw-r--r-- | fs/overlayfs/namei.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/overlayfs/namei.c b/fs/overlayfs/namei.c index 0a26b76590d5..72230b759b58 100644 --- a/fs/overlayfs/namei.c +++ b/fs/overlayfs/namei.c @@ -1007,8 +1007,6 @@ struct dentry *ovl_lookup(struct inode *dir, struct dentry *dentry, goto out_free_oe; OVL_I(inode)->redirect = upperredirect; - if (index) - ovl_set_flag(OVL_INDEX, inode); } revert_creds(old_cred); |