Fix issue with openfiles= and file sizing
authorJens Axboe <axboe@fb.com>
Tue, 11 Feb 2014 15:31:13 +0000 (08:31 -0700)
committerJens Axboe <axboe@fb.com>
Tue, 11 Feb 2014 15:31:13 +0000 (08:31 -0700)
commit002fe73409d1e3d5e7dfe2885f75885bfaf506bc
tree90854056418f0bd4d8ce793b7c23e64afc6ec742
parentea66e04fe1a803f6a9ddf31cb999641d4396d67c
Fix issue with openfiles= and file sizing

Fill the given size as well as we can, given the size and nr
of files.

Fix an issue where we don't properly honor how many files to
keep open at any point in time.

Signed-off-by: Jens Axboe <axboe@fb.com>
backend.c
err.h [new file with mode: 0644]
file.h
filesetup.c
io_u.c