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

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

diff -urN linux-2.4.25/fs/lockd/svc4proc.c linux-2.4.26/fs/lockd/svc4proc.c
@@ -471,7 +471,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)