VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Al Viro <viro@zeniv.linux.org.uk> 2018-04-24 21:22:04 -0400 committer: Al Viro <viro@zeniv.linux.org.uk> 2018-05-14 09:51:34 -0400 commit: 2220c5b0a7fb7d7d00c9a0b1e5222a7ae1f35956 parent: f6ddc16175f637915e27ded7588b59d187131ad0
Commit Summary:
make xattr_getsecurity() static
Diffstat:
1 file changed, 1 insertion, 2 deletions
diff --git a/fs/xattr.c b/fs/xattr.c
index 61cd28ba25f3..28e1dfc27b95 100644
--- a/fs/xattr.c
+++ b/fs/xattr.c
@@ -229,7 +229,7 @@ out:
 }
 EXPORT_SYMBOL_GPL(vfs_setxattr);
 
-ssize_t
+static ssize_t
 xattr_getsecurity(struct inode *inode, const char *name, void *value,
 			size_t size)
 {
@@ -254,7 +254,6 @@ out:
 out_noalloc:
 	return len;
 }
-EXPORT_SYMBOL_GPL(xattr_getsecurity);
 
 /*
  * vfs_getxattr_alloc - allocate memory, if necessary, before calling getxattr