X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Flockd%2Fsvcproc.c;h=fb26b9f522e74df4529b59c55b02502284f37dbc;hb=0e976064256523ca604bd82048ae0e3402ce2467;hp=21171f0c6477560d7a5f6deb3e336e6c98581f96;hpb=18e170d03bcd17f5ccb35b271a95783f63145be7;p=karo-tx-linux.git diff --git a/fs/lockd/svcproc.c b/fs/lockd/svcproc.c index 21171f0c6477..fb26b9f522e7 100644 --- a/fs/lockd/svcproc.c +++ b/fs/lockd/svcproc.c @@ -464,7 +464,7 @@ nlmsvc_proc_sm_notify(struct svc_rqst *rqstp, struct nlm_reboot *argp, return rpc_system_err; } - nlm_host_rebooted(argp); + nlm_host_rebooted(SVC_NET(rqstp), argp); return rpc_success; }