commit | 6596528e391ad978a6a120142cba97a1d7324cb6 | [log] [tgz] |
---|---|---|
author | Seth Forshee <seth.forshee@canonical.com> | Mon Jul 18 08:06:23 2011 -0700 |
committer | Christoph Hellwig <hch@lst.de> | Fri Jul 22 16:37:44 2011 +0200 |
tree | 9f9ad6f52b9665074545639c54399e2680e6c889 | |
parent | aac4e4198eff7f9551d586c55342403d49249d95 [diff] |
hfsplus: ensure bio requests are not smaller than the hardware sectors 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>