SUNRPC: Remove the BKL from the callback functions
[deliverable/linux.git] / fs / lockd / svc4proc.c
index 385437e3387de895fde1540f58c7d3269a842373..2e27176ff42fa391e052543540d0600c42e07011 100644 (file)
@@ -248,7 +248,9 @@ static void nlm4svc_callback_exit(struct rpc_task *task, void *data)
 
 static void nlm4svc_callback_release(void *data)
 {
+       lock_kernel();
        nlm_release_call(data);
+       unlock_kernel();
 }
 
 static const struct rpc_call_ops nlm4svc_callback_ops = {
This page took 0.025007 seconds and 5 git commands to generate.