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)
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>

No differences found