From: J. Bruce Fields Date: Tue, 3 Aug 2010 21:22:20 +0000 (-0400) Subject: SUNRPC: prevent task_cleanup running on freed xprt X-Git-Tag: v2.6.36-rc1~498^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3ae62ae08bb0db3639d8c579e4ff0967d908199;p=pandora-kernel.git SUNRPC: prevent task_cleanup running on freed xprt We saw a report of a NULL dereference in xprt_autoclose: https://bugzilla.redhat.com/show_bug.cgi?id=611938 This appears to be the result of an xprt's task_cleanup running after the xprt is destroyed. Nothing in the current code appears to prevent that. Signed-off-by: J. Bruce Fields Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed