From: J. Bruce Fields Date: Thu, 22 Nov 2007 18:54:18 +0000 (-0500) Subject: nfsd4: probe callback channel only once X-Git-Tag: v2.6.25-rc1~1072^2~99 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46f8a64bae11f5c9b15b4401f6e9863281999b66;p=pandora-kernel.git nfsd4: probe callback channel only once Our callback code doesn't actually handle concurrent attempts to probe the callback channel. Some rethinking of the locking may be required. However, we can also just move the callback probing to this case. Since this is the only time a client is "confirmed" (and since that can only happen once in the lifetime of a client), this ensures we only probe once. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed