[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)
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>

No differences found