From: J. Bruce Fields Date: Tue, 26 Oct 2010 14:07:17 +0000 (-0400) Subject: nfsd4: fix 4.1 connection registration race X-Git-Tag: v2.6.37-rc2~36^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21b75b019983dfa5c2dda588f4b60b4ca69844a4;p=pandora-kernel.git nfsd4: fix 4.1 connection registration race If a connection is closed just after a sequence or create_session is sent over it, we could end up trying to register a callback that will never get called since the xprt is already marked dead. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed