summaryrefslogtreecommitdiff
path: root/filelock.c
diff options
context:
space:
mode:
Diffstat (limited to 'filelock.c')
-rw-r--r--filelock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/filelock.c b/filelock.c
index cc98aafc..7e92f63d 100644
--- a/filelock.c
+++ b/filelock.c
@@ -22,7 +22,7 @@ struct fio_filelock {
unsigned int references;
};
-#define MAX_FILELOCKS 128
+#define MAX_FILELOCKS 1024
static struct filelock_data {
struct flist_head list;