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)
commit7f709a48fa798cfa0f2f777c8752e12995054f78
treefde5f4b4918205ba4c547ecaac95acbc8a37caa0
parentcb1f7be73b6f708d4f4ce225a3bbc02908b729e4
NFSv4: Fix an oopsable condition in nfs_free_seqid

 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>
fs/nfs/nfs4_fs.h
fs/nfs/nfs4state.c