On Wed, May 19, 2021 at 04:57:10PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > 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@xxxxxx>