提交 13997823 编写于 作者: T Trond Myklebust

NFSv4: Fix warning "no previous prototype for ‘nfs4_listxattr’"

Make it static
Signed-off-by: NTrond Myklebust <trond.myklebust@primarydata.com>
上级 1592c4d6
...@@ -8848,7 +8848,7 @@ const struct nfs4_minor_version_ops *nfs_v4_minor_ops[] = { ...@@ -8848,7 +8848,7 @@ const struct nfs4_minor_version_ops *nfs_v4_minor_ops[] = {
#endif #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; ssize_t error, error2;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册