diff options
author | Trond Myklebust <trond.myklebust@primarydata.com> | 2016-07-24 17:10:52 -0400 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@primarydata.com> | 2016-07-24 17:35:56 -0400 |
commit | 139978239b53a981b45c53b835c020015c6c819e (patch) | |
tree | 10f4b7f8c5f94e35f794488e034d099010f47838 | |
parent | 1592c4d62a89bbca895c568d65ce290dfbc36ecc (diff) |
NFSv4: Fix warning "no previous prototype for ‘nfs4_listxattr’"
Make it static
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
-rw-r--r-- | fs/nfs/nfs4proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c index d30f88c667b7..4b1491da16eb 100644 --- a/fs/nfs/nfs4proc.c +++ b/fs/nfs/nfs4proc.c | |||
@@ -8848,7 +8848,7 @@ const struct nfs4_minor_version_ops *nfs_v4_minor_ops[] = { | |||
8848 | #endif | 8848 | #endif |
8849 | }; | 8849 | }; |
8850 | 8850 | ||
8851 | ssize_t nfs4_listxattr(struct dentry *dentry, char *list, size_t size) | 8851 | static ssize_t nfs4_listxattr(struct dentry *dentry, char *list, size_t size) |
8852 | { | 8852 | { |
8853 | ssize_t error, error2; | 8853 | ssize_t error, error2; |
8854 | 8854 | ||