Put the ->real_file_size handling into fio
authorJens Axboe <jens.axboe@oracle.com>
Thu, 12 Apr 2007 11:02:38 +0000 (13:02 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 12 Apr 2007 11:02:38 +0000 (13:02 +0200)
commit07eb79dfa0e3801875d1c2907cfdb5da7c9d2cb3
treed31f47c3511970f18078eeee8141866182ef9b29
parentb284075ab5414220496f396dff038003e57e3047
Put the ->real_file_size handling into fio

Then we can remove it from the io engines, where the disk-less IO
engines provided a ->setup() hook just to set that.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
engines/cpu.c
engines/net.c
engines/null.c
filesetup.c
init.c