The following changes since commit 998baa29f571df9d2e4b626bedd317a2fd28c68a: Merge branch 'replay-blktrace-fixes' of https://github.com/shimrot/fio (2019-10-07 21:23:26 -0600) are available in the Git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to 983a656c11bf35043759de48aa5a85bdb4ffb106: Merge branch 'bumpflocks' of https://github.com/earlephilhower/fio (2019-10-08 20:58:57 -0600) ---------------------------------------------------------------- Earle F. Philhower, III (1): Increase MAX_FILELOCKS for highly parallel IO test Jens Axboe (1): Merge branch 'bumpflocks' of https://github.com/earlephilhower/fio filelock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- Diff of recent changes: 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;