fsx: increase number of logged operations
[xfstests-dev.git] / ltp / fsx.c
index 47d3ee8d45556f8d3c11d64932a3da0994deac1b..3709419b197deb69900d09c57f2ff4eec20b4b12 100644 (file)
--- 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 */