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)
commit8b5f73134cfaab8e3f72bea4166e57c59c635b69
treec6b886bee4d31edd7263e0840fe79c6112d5059b
parentfc966bef0afd0b6801509a9038951dce46f2ecc4
Don't limit direct IO to 512b aligned

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>
init.c