[PATCH] xfs/033: add golden output for CRC enaled filesystems

Christoph Hellwig hch at infradead.org
Fri Feb 7 11:49:50 CST 2014


On Wed, Feb 05, 2014 at 07:23:10PM +1100, Dave Chinner wrote:
> diff --git a/common/filter b/common/filter
> index 04d12c4..bb7fb33 100644
> --- a/common/filter
> +++ b/common/filter
> @@ -152,6 +152,9 @@ _filter_mkfs()
>      if (/^\s+=\s+sectsz=(\d+)\s+attr=(\d+)/) {
>          print STDERR "sectsz=$1\nattr=$2\n";
>      }
> +    if (/^\s+=\s+crc=(\d)/) {
> +        print STDERR "crc=$1\n";
> +    }

I think this variable is named way to genericly.  And that probably
applies to others as well.

I'd suggest at least xfs_feature_crc or similar.



More information about the xfs mailing list