aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/overlayfs.h
diff options
context:
space:
mode:
authoryoungjun <her0gyugyu@gmail.com>2020-06-21 07:30:59 -0700
committerMiklos Szeredi <mszeredi@redhat.com>2020-07-16 00:06:16 +0200
commit5ac8e8025aedd2ea832ae3fe3ca0f920697f45c7 (patch)
treed65464ead27151efe3a3137c59b9e832a425bbe8 /fs/overlayfs/overlayfs.h
parentovl: inode reference leak in ovl_is_inuse true case. (diff)
downloadlinux-dev-5ac8e8025aedd2ea832ae3fe3ca0f920697f45c7.tar.xz
linux-dev-5ac8e8025aedd2ea832ae3fe3ca0f920697f45c7.zip
ovl: change ovl_copy_up_flags static
"ovl_copy_up_flags" is used in copy_up.c. so, change it static. Signed-off-by: youngjun <her0gyugyu@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'fs/overlayfs/overlayfs.h')
-rw-r--r--fs/overlayfs/overlayfs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/overlayfs/overlayfs.h b/fs/overlayfs/overlayfs.h
index b725c7f15ff4..29bc1ec699e7 100644
--- a/fs/overlayfs/overlayfs.h
+++ b/fs/overlayfs/overlayfs.h
@@ -483,7 +483,6 @@ void ovl_aio_request_cache_destroy(void);
/* copy_up.c */
int ovl_copy_up(struct dentry *dentry);
int ovl_copy_up_with_data(struct dentry *dentry);
-int ovl_copy_up_flags(struct dentry *dentry, int flags);
int ovl_maybe_copy_up(struct dentry *dentry, int flags);
int ovl_copy_xattr(struct dentry *old, struct dentry *new);
int ovl_set_attr(struct dentry *upper, struct kstat *stat);