Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762122AbYBRW0G (ORCPT ); Mon, 18 Feb 2008 17:26:06 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753020AbYBRWZz (ORCPT ); Mon, 18 Feb 2008 17:25:55 -0500 Received: from mx1.redhat.com ([66.187.233.31]:34903 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753117AbYBRWZy (ORCPT ); Mon, 18 Feb 2008 17:25:54 -0500 Date: Mon, 18 Feb 2008 16:16:04 -0600 From: David Teigland To: Mark Fasheh Cc: Joonwoo Park , akpm@linux-foundation.org, linux-kernel@vger.kernel.org, kurt.hackel@oracle.com Subject: Re: [PATCH 2/2] [RESENDING] fs/ocfs2: get rid of unnecessary initialization Message-ID: <20080218221604.GB5438@redhat.com> References: <12027209122955-git-send-email-joonwpark81@gmail.com> <12027209163465-git-send-email-joonwpark81@gmail.com> <20080218193030.GX22671@ca-server1.us.oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080218193030.GX22671@ca-server1.us.oracle.com> User-Agent: Mutt/1.4.2.2i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 664 Lines: 17 On Mon, Feb 18, 2008 at 11:30:30AM -0800, Mark Fasheh wrote: > On Mon, Feb 11, 2008 at 06:08:31PM +0900, Joonwoo Park wrote: > > default_groups was allocated with kcalloc, so initialize to NULL > > is unnecessary. > > NACK - this isn't a performance critical section of code and that line makes > the array termination obvious, so I'm inclined to leave it as is. The same nack for the same patch under fs/dlm. Dave -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/