From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([198.137.202.9]:37416 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751259AbcI3HGx (ORCPT ); Fri, 30 Sep 2016 03:06:53 -0400 Date: Fri, 30 Sep 2016 00:06:51 -0700 From: Christoph Hellwig Subject: Re: [PATCH 1/9] xfs/122: decrease the log update done item sizes Message-ID: <20160930070651.GA18305@infradead.org> References: <147520218309.26891.10856487889060965097.stgit@birch.djwong.org> <147520218943.26891.3120182590574773598.stgit@birch.djwong.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <147520218943.26891.3120182590574773598.stgit@birch.djwong.org> Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: "Darrick J. Wong" Cc: david@fromorbit.com, eguan@redhat.com, linux-xfs@vger.kernel.org, fstests@vger.kernel.org, Dave Chinner On Thu, Sep 29, 2016 at 07:23:09PM -0700, Darrick J. Wong wrote: > Redundant fields were removed from the rmap/refcount/bmap update done > log items, so fix the size tests. > > Signed-off-by: Darrick J. Wong > Reviewed-by: Dave Chinner Reviewed-by: Christoph Hellwig