Don't limit direct IO to 512b aligned
authorJens Axboe <jens.axboe@oracle.com>
Fri, 3 Jul 2009 06:33:08 +0000 (08:33 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 3 Jul 2009 06:33:08 +0000 (08:33 +0200)
This is a platform restriction at best, eg on Linux block devices must
have 512b memory buffer alignment (or hw sector size). With NFS, this
is not required. And other operating systems may have other limitations
as well, so don't hard core anything.

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

No differences found