kernel/fs/lockd/mon.c
.. .. @@ -82,6 +82,7 @@ 82 82 .version = NSM_VERSION, 83 83 .authflavor = RPC_AUTH_NULL, 84 84 .flags = RPC_CLNT_CREATE_NOPING, 85 + .cred = current_cred(),85 86 }; 86 87 87 88 return rpc_create(&args); .. .. @@ -416,7 +417,7 @@ 416 417 /* 417 418 * XDR functions for NSM. 418 419 * 419 - * See http://www.opengroup.org/ for details on the Network420 + * See https://www.opengroup.org/ for details on the Network420 421 * Status Monitor wire protocol. 421 422 */ 422 423