From 08f87f769b595151be1afeff53e144f543faa614 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 06 Dec 2023 09:51:13 +0000 Subject: [PATCH] add dts config --- kernel/fs/lockd/mon.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/kernel/fs/lockd/mon.c b/kernel/fs/lockd/mon.c index 654594e..1d9488c 100644 --- a/kernel/fs/lockd/mon.c +++ b/kernel/fs/lockd/mon.c @@ -82,6 +82,7 @@ .version = NSM_VERSION, .authflavor = RPC_AUTH_NULL, .flags = RPC_CLNT_CREATE_NOPING, + .cred = current_cred(), }; return rpc_create(&args); @@ -416,7 +417,7 @@ /* * XDR functions for NSM. * - * See http://www.opengroup.org/ for details on the Network + * See https://www.opengroup.org/ for details on the Network * Status Monitor wire protocol. */ -- Gitblit v1.6.2