From: J.Bruce Fields Date: Wed, 4 Oct 2006 09:16:07 +0000 (-0700) Subject: [PATCH] knfsd: svcrpc: gss: fix failure on SVC_DENIED in integrity case X-Git-Tag: v2.6.19-rc1~109 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b304bc5bfccc82b856e876e829c260df8e67ff2;p=pandora-kernel.git [PATCH] knfsd: svcrpc: gss: fix failure on SVC_DENIED in integrity case If the request is denied after gss_accept was called, we shouldn't try to wrap the reply. We were checking the accept_stat but not the reply_stat. To check the reply_stat in _release, we need a pointer to before (rather than after) the verifier, so modify body_start appropriately. 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