X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=engines%2Fmmap.c;h=a5e0c6fc25646329336bd91f35759bcec6f3d709;hp=05a4d5163ce5dbd45a3ba351419417e642b65be1;hb=4e9401cdc69751ab4739df08140a2bbadee7da77;hpb=ac89311241264280574c81e6400c9a0c59615082 diff --git a/engines/mmap.c b/engines/mmap.c index 05a4d516..a5e0c6fc 100644 --- a/engines/mmap.c +++ b/engines/mmap.c @@ -43,8 +43,6 @@ static int fio_mmap_file(struct thread_data *td, struct fio_file *f, f->mmap_ptr = NULL; td_verror(td, err, "mmap"); - if (err == EINVAL && f->io_size > 2*1024*1024*1024UL) - log_err("fio: mmap size likely too large\n"); goto err; }