patch-2.4.26 linux-2.4.26/fs/lockd/svcproc.c

Next file: linux-2.4.26/fs/lockd/xdr.c
Previous file: linux-2.4.26/fs/lockd/svclock.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.25/fs/lockd/svcproc.c linux-2.4.26/fs/lockd/svcproc.c
@@ -499,7 +499,7 @@
 
 	dprintk("lockd: GRANTED_RES   called\n");
 
-	nlmsvc_grant_reply(&argp->cookie, argp->status);
+	nlmsvc_grant_reply(rqstp, &argp->cookie, argp->status);
 	return rpc_success;
 }
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)