Make file structures dynamically allocated
authorJens Axboe <jens.axboe@oracle.com>
Sat, 1 Mar 2008 17:04:31 +0000 (18:04 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Sat, 1 Mar 2008 17:04:31 +0000 (18:04 +0100)
commit126d65c6fc97d6acdc568aa5a969c012018daf15
treead0b1f4787fdded4867dcd365fc8cb40e0c697d0
parent4c3ecec4160909d7eba4acf1a07a8a0cd36a6365
Make file structures dynamically allocated

Current td->files is an array of files, make it an array of pointers
instead and allocate individual file structures on the fly. This is
a preparation patch for file sharing.

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