Increase MAX_FILELOCKS for highly parallel IO test
[fio.git] / filelock.c
index cc98aafc07852a369e1db32ed7f50b8b2ff31e7d..7e92f63d9c668b34ea45845b363e20ff02e0d357 100644 (file)
@@ -22,7 +22,7 @@ struct fio_filelock {
        unsigned int references;
 };
 
        unsigned int references;
 };
 
-#define MAX_FILELOCKS  128
+#define MAX_FILELOCKS  1024
        
 static struct filelock_data {
        struct flist_head list;
        
 static struct filelock_data {
        struct flist_head list;