]> Pileus Git - ~andy/linux/blobdiff - fs/lockd/svc4proc.c
Merge branch 'flock' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
[~andy/linux] / fs / lockd / svc4proc.c
index 031c6569a134aa7efcfc776d1cab5ef03bc742b8..a336e832475db7ffd5516a4cbe7e32daff49fd7c 100644 (file)
@@ -230,9 +230,7 @@ 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 = {