NFSv4: Fix warning "no previous prototype for ‘nfs4_listxattr’"
authorTrond Myklebust <trond.myklebust@primarydata.com>
Sun, 24 Jul 2016 21:10:52 +0000 (17:10 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Sun, 24 Jul 2016 21:35:56 +0000 (17:35 -0400)
Make it static

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/nfs4proc.c

index d30f88c667b74ba31bfe30d80ed4c602ab671ae1..4b1491da16eb003cb7d21ea5ecf835bec9db9e90 100644 (file)
@@ -8848,7 +8848,7 @@ const struct nfs4_minor_version_ops *nfs_v4_minor_ops[] = {
 #endif
 };
 
-ssize_t nfs4_listxattr(struct dentry *dentry, char *list, size_t size)
+static ssize_t nfs4_listxattr(struct dentry *dentry, char *list, size_t size)
 {
        ssize_t error, error2;