Skip to content

Commit 1399782

Browse files
committed
NFSv4: Fix warning "no previous prototype for ‘nfs4_listxattr’"
Make it static Signed-off-by: Trond Myklebust <[email protected]>
1 parent 1592c4d commit 1399782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/nfs/nfs4proc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8848,7 +8848,7 @@ const struct nfs4_minor_version_ops *nfs_v4_minor_ops[] = {
88488848
#endif
88498849
};
88508850

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)
88528852
{
88538853
ssize_t error, error2;
88548854

0 commit comments

Comments
 (0)