From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnaldo Carvalho de Melo Subject: Re: [PATCH] resource release cleanup in net/ Date: Sat, 30 Apr 2005 18:26:45 -0300 Message-ID: <39e6f6c705043014264eb4c0c5@mail.gmail.com> References: Reply-To: acme@ghostprotocols.net Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Cc: "David S. Miller" , Herbert Xu , Jouni Malinen , James Morris , Pedro Roque , Alexey Kuznetsov , Kunihiro Ishiguro , Mitsuru KANDA , lksctp-developers@lists.sourceforge.net, Andy Adamson , Bruce Fields , netdev@oss.sgi.com, linux-net@vger.kernel.org, linux-kernel@vger.kernel.org Return-path: To: Jesper Juhl In-Reply-To: Content-Disposition: inline Sender: linux-net-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 4/30/05, Jesper Juhl wrote: > Hi David, > > Since Andrew merged the patch that makes calling crypto_free_tfm() with a > NULL pointer safe into 2.6.12-rc3-mm1, I made a patch to remove checks for > NULL before calling that function, and while I was at it I removed similar > redundant checks before calls to kfree() and vfree() in the same files. > There are also a few tiny whitespace cleanups in there. Jesper, I'd suggest that you left whitespaces for a separate patch, it is always, IMHO, better to have as small a patch as possible for reviewing. - Arnaldo