forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/fs/lockd/mon.c
....@@ -82,6 +82,7 @@
8282 .version = NSM_VERSION,
8383 .authflavor = RPC_AUTH_NULL,
8484 .flags = RPC_CLNT_CREATE_NOPING,
85
+ .cred = current_cred(),
8586 };
8687
8788 return rpc_create(&args);
....@@ -416,7 +417,7 @@
416417 /*
417418 * XDR functions for NSM.
418419 *
419
- * See http://www.opengroup.org/ for details on the Network
420
+ * See https://www.opengroup.org/ for details on the Network
420421 * Status Monitor wire protocol.
421422 */
422423