mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 20:51:44 +00:00
NFSv4: Fix warning "no previous prototype for ‘nfs4_listxattr’"
Make it static Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
This commit is contained in:
parent
1592c4d62a
commit
139978239b
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user