Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13997823 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

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



Make it static

Signed-off-by: default avatarTrond Myklebust <trond.myklebust@primarydata.com>
parent 1592c4d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;