On Wed, Mar 01, 2017 at 11:33:16AM +0800, Eryu Guan wrote: > On Tue, Feb 28, 2017 at 12:57:10PM -0800, Darrick J. Wong wrote: > > Three new tests: > > > > - Repair files that are mapped into memory in running programs > > - Run scrub -n concurrently with fsstress > > - Run scrub -y concurrently with fsstress > > > > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > --- > > v2: fix checks for external programs per eryu guan's recommendations > > --- > [snip] > > + > > +killstress() { > > + sleep $(( 60 * TIME_FACTOR )) > > + $KILLALL_PROG -q $FSSTRESS_PROG > > +} > > + > > +echo "Concurrent scrub" > > +start=$(date +%s) > > +end=$((start + (60 * LOAD_FACTOR) )) > > In 137[67], I think this should be TIME_FACTOR too. I can fix them at > commit time if this change looks OK to you. Ugh, I thought I fixed those too. Yes, the change is correct, thank you. --D > > Thanks, > Eryu -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html