From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Venkat Yekkirala" Subject: RE: [PATCH] xfrm_policy delete security check misplaced Date: Mon, 5 Mar 2007 11:10:04 -0600 Message-ID: <001801c75f49$1e1989f0$cc0a010a@tcssec.com> References: Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Cc: "'Eric Paris'" , , , "David S. Miller" , "Venkat Yekkirala" , , "Stephen Smalley" To: "'James Morris'" Return-path: Received: from tcsfw4.tcs-sec.com ([65.127.223.133]:33743 "EHLO tcsfw4.tcs-sec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751049AbXCERKh (ORCPT ); Mon, 5 Mar 2007 12:10:37 -0500 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org > > > > > > Signed-off-by: Eric Paris > > Acked-by: Venkat Yekkirala > > What about your previous comment: > > "I guess you meant to do this here? > else if (err) > return err; " I saw that this was taken care of in patch-2 for the delete case, but while err isn't currently applicable to the non-delete case, it would be proper/complete for err to still be handled for the non-delete case. Thanks for asking.