NFSv4: Fix an oopsable condition in nfs_free_seqid
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 19 Oct 2005 06:19:39 +0000 (23:19 -0700)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 19 Oct 2005 06:19:39 +0000 (23:19 -0700)
 Storing a pointer to the struct rpc_task in the nfs_seqid is broken
 since the nfs_seqid may be freed well after the task has been destroyed.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>

No differences found