From: J. Bruce Fields Date: Tue, 17 Oct 2006 07:10:16 +0000 (-0700) Subject: [PATCH] knfsd: nfsd4: Fix error handling in nfsd's callback client X-Git-Tag: v2.6.19-rc3~172 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0942176f4353ffebcd6e3f95abce9fd8e24f2cb1;p=pandora-kernel.git [PATCH] knfsd: nfsd4: Fix error handling in nfsd's callback client Coverity noticed that the error handling code in the NFSv4 callback client sets cb->cb_client to NULL, then calls rpc_shutdown_client with the NULL pointer. Coverity: #cid 1397 Signed-off-by: Chuck Lever Signed-off-by: J. Bruce Fields Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed