Add alloc_new_file()
authorJens Axboe <axboe@fb.com>
Tue, 1 Apr 2014 22:37:03 +0000 (16:37 -0600)
committerJens Axboe <axboe@fb.com>
Tue, 1 Apr 2014 22:37:03 +0000 (16:37 -0600)
commit7b5cb700485518c2e7f2f49548319c89ba907195
tree3e30bf6d795f11492dfd3e542239bddc3749b9b2
parent8e25577988d7454ef2fd9c030354b70adca3c57b
Add alloc_new_file()

Hopefully avoid a bug like commit 4db205dc fixed by abstracting
out the allocate-and-initialize part of fio_file allocation.

Signed-off-by: Jens Axboe <axboe@fb.com>
filesetup.c