ff3d0a43ea745b375a8aa8209b59d28e parent 3c15a486643a103eaf068e5fb3b7f9d720d579a7 author J.Bruce Fields 1159953367 -0700 committer Linus Torvalds 1159973719 -0700 [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 ³