We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d97c058 commit f4057ffCopy full SHA for f4057ff
fs/nfs/nfs3client.c
@@ -4,6 +4,8 @@
4
#include <linux/sunrpc/addr.h>
5
#include "internal.h"
6
#include "nfs3_fs.h"
7
+#include "netns.h"
8
+#include "sysfs.h"
9
10
#ifdef CONFIG_NFS_V3_ACL
11
static struct rpc_stat nfsacl_rpcstat = { &nfsacl_program };
@@ -31,6 +33,8 @@ static void nfs_init_server_aclclient(struct nfs_server *server)
31
33
if (IS_ERR(server->client_acl))
32
34
goto out_noacl;
35
36
+ nfs_sysfs_link_rpc_client(server, server->client_acl, NULL);
37
+
38
/* No errors! Assume that Sun nfsacls are supported */
39
server->caps |= NFS_CAP_ACLS;
40
return;
0 commit comments