Re: [PATCH 5/6] xfs/178: fix mkfs success test
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-05-21 08:06:17
Also in:
fstests
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-05-21 08:06:17
Also in:
fstests
On Wed, May 19, 2021 at 04:57:10PM -0700, Darrick J. Wong wrote:
From: Darrick J. Wong <djwong@kernel.org>
Fix the obviously incorrect code here that wants to fail the test if
mkfs doesn't succeed. The return value ("$?") is always the status of
the /last/ command in the pipe.Looks good, Reviewed-by: Christoph Hellwig <hch@lst.de>