From: Theodore Ts'o Subject: Re: [PATCH 3/4] ext4: remove redundant code in ext4_alloc_inode() Date: Sun, 2 Dec 2012 23:57:54 -0500 Message-ID: <20121203045753.GB6378@thunk.org> References: <1354257706-6582-1-git-send-email-yan@linux.vnet.ibm.com> <1354257706-6582-3-git-send-email-yan@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-ext4@vger.kernel.org To: Guo Chao Return-path: Received: from li9-11.members.linode.com ([67.18.176.11]:36422 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754954Ab2LCE54 (ORCPT ); Sun, 2 Dec 2012 23:57:56 -0500 Content-Disposition: inline In-Reply-To: <1354257706-6582-3-git-send-email-yan@linux.vnet.ibm.com> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Fri, Nov 30, 2012 at 02:41:45PM +0800, Guo Chao wrote: > inode_init_always() will initialize inode->i_data.writeback_index > anyway, no need to do this in ext4_alloc_inode(). > > Signed-off-by: Guo Chao Thanks, applied. - Ted