From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([198.137.202.133]:37398 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727276AbfBDUwA (ORCPT ); Mon, 4 Feb 2019 15:52:00 -0500 Date: Mon, 4 Feb 2019 12:51:59 -0800 From: Christoph Hellwig Subject: Re: [PATCH 01/10] xfs: clean up iunlink functions Message-ID: <20190204205159.GA30334@infradead.org> References: <154930313674.31814.17994684613232167921.stgit@magnolia> <154930314303.31814.5572163514956583050.stgit@magnolia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <154930314303.31814.5572163514956583050.stgit@magnolia> Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: "Darrick J. Wong" Cc: linux-xfs@vger.kernel.org On Mon, Feb 04, 2019 at 09:59:03AM -0800, Darrick J. Wong wrote: > From: Darrick J. Wong > > Fix some indentation issues with the iunlink functions and reorganize > the tops of the functions to be identical. No functional changes. > > Signed-off-by: Darrick J. Wong Looks good, Reviewed-by: Christoph Hellwig