From: Trond Myklebust Date: Wed, 19 Oct 2005 06:19:39 +0000 (-0700) Subject: NFSv4: Fix an oopsable condition in nfs_free_seqid X-Git-Tag: v2.6.15-rc1~733^2~54^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f709a48fa798cfa0f2f777c8752e12995054f78;p=pandora-kernel.git 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 --- Reading git-diff-tree failed