]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - fs/overlayfs/overlayfs.h
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszer...
[mirror_ubuntu-bionic-kernel.git] / fs / overlayfs / overlayfs.h
index f3e6efefe40b727bd784564158635ce434f6242f..99b4168c36ffb70bb37f81210ca1ce69883ae337 100644 (file)
@@ -197,7 +197,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);