mmap engine: allow large files on 32-bit archs
authorJens Axboe <jens.axboe@oracle.com>
Tue, 2 Jun 2009 11:06:01 +0000 (13:06 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 2 Jun 2009 11:06:01 +0000 (13:06 +0200)
commitac89311241264280574c81e6400c9a0c59615082
tree22004dcc487c2cdc6f93be112d5cd5f8f31bd643
parent482900c94face8e1891a181148b2f8a01e905aa5
mmap engine: allow large files on 32-bit archs

Map chunks of 2GB at the time in total, remapping as we go
along.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
engines/mmap.c
filesetup.c
fio.h