projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1592c4d
)
NFSv4: Fix warning "no previous prototype for ‘nfs4_listxattr’"
author
Trond Myklebust
<trond.myklebust@primarydata.com>
Sun, 24 Jul 2016 21:10:52 +0000
(17:10 -0400)
committer
Trond 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
patch
|
blob
|
history
diff --git
a/fs/nfs/nfs4proc.c
b/fs/nfs/nfs4proc.c
index d30f88c667b74ba31bfe30d80ed4c602ab671ae1..4b1491da16eb003cb7d21ea5ecf835bec9db9e90 100644
(file)
--- a/
fs/nfs/nfs4proc.c
+++ b/
fs/nfs/nfs4proc.c
@@
-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)
+s
tatic s
size_t nfs4_listxattr(struct dentry *dentry, char *list, size_t size)
{
ssize_t error, error2;