On Thu, Nov 03, 2011 at 09:55:45PM +0400, Dmitry Monakhov wrote: > Once some combination of seed+fs_ops result in regression it is > reasonable to document that combination. It is usefull to dump > that configuration in command line style. Later this line may be > simply hardcoded in to regression test. ..... > @@ -345,7 +345,10 @@ int main(int argc, char **argv) > zero_freq(); > break; > case 'S': > - show_ops(0, NULL); > + i = 0; > + if (optarg[0] == 'c') > + i = 1; > + show_ops(1, NULL); I don't think that does what it is supposed to do... Cheers, Dave. -- Dave Chinner david@xxxxxxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html