diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2015-12-06 18:31:07 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2015-12-06 18:31:07 +0100 |
commit | 0f7ff2dabbc95ed7a8019d142274f0c7e083577d (patch) | |
tree | fb6c781cd49c3712cb306550c7bc1fc052c9a60a /fs/overlayfs/overlayfs.h | |
parent | ovl: fix permission checking for setattr (diff) | |
download | linux-0f7ff2dabbc95ed7a8019d142274f0c7e083577d.tar.xz linux-0f7ff2dabbc95ed7a8019d142274f0c7e083577d.zip |
ovl: get rid of the dead code left from broken (and disabled) optimizations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to '')
-rw-r--r-- | fs/overlayfs/overlayfs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/overlayfs/overlayfs.h b/fs/overlayfs/overlayfs.h index ea5a40b06e3a..e17154aeaae4 100644 --- a/fs/overlayfs/overlayfs.h +++ b/fs/overlayfs/overlayfs.h @@ -194,7 +194,6 @@ void ovl_cleanup(struct inode *dir, struct dentry *dentry); /* copy_up.c */ int ovl_copy_up(struct dentry *dentry); int ovl_copy_up_one(struct dentry *parent, struct dentry *dentry, - struct path *lowerpath, struct kstat *stat, - struct iattr *attr); + struct path *lowerpath, struct kstat *stat); int ovl_copy_xattr(struct dentry *old, struct dentry *new); int ovl_set_attr(struct dentry *upper, struct kstat *stat); |