Re: [PATCH] xfs: notrun if kernel xfs not supports ascii-ci feature

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Oct 28, 2024 at 01:45:12AM -0700, Christoph Hellwig wrote:
> > +	_try_scratch_mount >/dev/null 2>&1 \
> > +		|| _notrun "XFS doesn't support ascii-ci feature"
> 
> I would have normally expected the || to be placed on the previous
> line.

Sure, I'll merge this patch as this:

_try_scratch_mount >/dev/null 2>&1 || \
	_notrun "XFS doesn't support ascii-ci feature"

Thanks for your reviewing.

> 
> Nitpicking aside:
> 
> Reviewed-by: Christoph Hellwig <hch@xxxxxx>
> 
> 





[Index of Archives]     [XFS Filesystem Development (older mail)]     [Linux Filesystem Development]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux RAID]     [Linux SCSI]


  Powered by Linux