diff options
Diffstat (limited to 'filelock.c')
-rw-r--r-- | filelock.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |