commit | 7f709a48fa798cfa0f2f777c8752e12995054f78 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Oct 18 23:19:39 2005 -0700 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Oct 18 23:19:39 2005 -0700 |
tree | fde5f4b4918205ba4c547ecaac95acbc8a37caa0 | |
parent | cb1f7be73b6f708d4f4ce225a3bbc02908b729e4 [diff] |
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>