From e28500c7e491893d373b87cdb05fd9aee40ccbf0 Mon Sep 17 00:00:00 2001 From: Seth Forshee Date: Tue, 19 Jan 2016 13:12:02 -0600 Subject: [PATCH 3/6] fs: Export __vfs_setxattr_noperm() Export this for use by overlayfs. Signed-off-by: Seth Forshee --- fs/xattr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/xattr.c b/fs/xattr.c index a7677af..3e17db2 100644 --- a/fs/xattr.c +++ b/fs/xattr.c @@ -116,6 +116,7 @@ int __vfs_setxattr_noperm(struct dentry *dentry, const char *name, return error; } +EXPORT_SYMBOL_GPL(__vfs_setxattr_noperm); int -- 2.7.0.rc3