1000 operations is nearly enough to debug complex data integrity issues, so increase the log buffer by an order of magnitude. Signed-off-by: Christoph Hellwig <hch@xxxxxx> diff --git a/ltp/fsx.c b/ltp/fsx.c index 47d3ee8..3709419 100644 --- a/ltp/fsx.c +++ b/ltp/fsx.c @@ -49,7 +49,7 @@ struct log_entry { int args[3]; }; -#define LOGSIZE 1000 +#define LOGSIZE 10000 struct log_entry oplog[LOGSIZE]; /* the log */ int logptr = 0; /* current position in log */ -- 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