From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.sgi.com (relay2.corp.sgi.com [137.38.102.29]) by oss.sgi.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id pB8HiFVE155968 for ; Thu, 8 Dec 2011 11:44:15 -0600 Date: Thu, 8 Dec 2011 11:44:38 -0600 From: Ben Myers Subject: Re: [patch 02/19] xfs: cleanup the transaction commit path a bit Message-ID: <20111208174438.GS29840@sgi.com> References: <20111206215806.844405397@bombadil.infradead.org> <20111206215852.919749164@bombadil.infradead.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20111206215852.919749164@bombadil.infradead.org> List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: xfs-bounces@oss.sgi.com Errors-To: xfs-bounces@oss.sgi.com To: Christoph Hellwig Cc: xfs@oss.sgi.com On Tue, Dec 06, 2011 at 04:58:08PM -0500, Christoph Hellwig wrote: > Now that the nodelaylog mode is gone we can simplify the transaction commit > path a bit by removing the xfs_trans_commit_cil routine. Restoring the > process flags is merged into xfs_trans_commit which already does it for > the error path, and allocating the log vectors is merged into > xlog_cil_format_items, which already fills them with data, thus avoiding > one loop over all log items. > > Signed-off-by: Christoph Hellwig > Reviewed-by: Dave Chinner Looks good. Reviewed-by: Ben Myers _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs