[LTP] [PATCH v3 2/2] Add test for data integrity over NFS

Petr Vorel pvorel@suse.cz
Fri Dec 6 15:52:37 CET 2024


Hi Martin,

> > > +	bsize=$(( $bsize < 1024 ? 1024 : $bsize ))

> > nit: this would work if stat is not installed (minimal systems) or fails for
> > some reason:

> > if [ -z "$bsize" ] || [ "$bsize" -lt 1024 ]; then
> > 	bsize=1024
> > fi

> > If you agree, I can change it during merge.
> > Otherwise LGTM.

> Please do, thank you.

The remaining two patches merged with agreed change. Thanks!
I suppose you send a patch to modify vectorize_buffer() fsplough.c.

Kind regards,
Petr


More information about the ltp mailing list