hfsplus: ensure bio requests are not smaller than the hardware sectors
authorSeth Forshee <seth.forshee@canonical.com>
Mon, 18 Jul 2011 15:06:23 +0000 (08:06 -0700)
committerChristoph Hellwig <hch@lst.de>
Fri, 22 Jul 2011 14:37:44 +0000 (16:37 +0200)
Currently all bio requests are 512 bytes, which may fail for media
whose physical sector size is larger than this. Ensure these
requests are not smaller than the block device logical block size.

BugLink: http://bugs.launchpad.net/bugs/734883
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>

No differences found