From: Pekka Enberg Subject: Re: [PATCH] remove redundant NULL pointer checks prior to calling kfree() in fs/nfsd/ Date: Sun, 27 Mar 2005 17:00:01 +0300 Message-ID: <84144f02050327060051b61e54@mail.gmail.com> References: Reply-To: Pekka Enberg Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: Jesper Juhl , Neil Brown , nfs@lists.sourceforge.net, Trond Myklebust , linux-kernel@vger.kernel.org, penberg@cs.helsinki.fi To: linux-os@analogic.com In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-ID: On Fri, 25 Mar 2005 17:34:29 -0500 (EST), linux-os wrote: > You really should reconsider this activity. It is quite counter-productive. No it's not. NULL is checked twice without Jesper's cleanups. If kfree() calls are really that performance sensitive, just make it inline and GCC will take care of it. Pekka