[PATCH] NFS: Fix Oops in rpc_call_sync()
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 24 Jan 2007 19:54:53 +0000 (11:54 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 24 Jan 2007 20:31:06 +0000 (12:31 -0800)
commitbde8f00ce64d9824a4f227c8594e335a1a10d044
tree5402180d3aef332c54e7b608f5bb3f94675ffadf
parent5394cd218735bf462e72bb827fbb7e47fc15f2f0
[PATCH] NFS: Fix Oops in rpc_call_sync()

Fix the Oops in http://bugzilla.linux-nfs.org/show_bug.cgi?id=138
We shouldn't be calling rpc_release_task() for tasks that are not active.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/sunrpc/sched.h
net/sunrpc/clnt.c
net/sunrpc/sched.c