Sometimes we allocated too little memory for buffers
authorJens Axboe <jens.axboe@oracle.com>
Tue, 20 Mar 2007 12:53:39 +0000 (13:53 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 20 Mar 2007 12:53:39 +0000 (13:53 +0100)
commit5bb76972f68b81fd99bb97599fe732382bb6da58
treeab6aaf452a92f733b6a1974f0b7b48f296994b60
parenteeb121607c2a7f36b0fac17649cb8081d6fd853b
Sometimes we allocated too little memory for buffers

Fix it by adding page_mask to the allocation size, then the
alignment is guarenteed to fit.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fio.c