On Wed, Aug 26, 2015 at 03:30:57PM +0800, Qu Wenruo wrote: > +# Use big blocksize to ensure there is still enough space left for metadata > +# space reserve. > +BLOCKSIZE=$(( 2 * 1024 * 1024 )) # 2M block size > +FILESIZE=$(( 128 * 1024 * 1024 )) # 128M file size Little thing in terms of style here: global variables that come from the test harness use upper case, local test variabled should use lowercase. It just makes it easy to see what variables have come from the environment/test harness versus those that are used only by the test. I'll change this when I commit the patch.... Cheers, Dave. -- Dave Chinner david@xxxxxxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html