commit | 72aef7318f54f0ec8c84c2bf2bb8edc5702d7dd0 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sun Sep 12 23:42:56 2010 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Tue Sep 21 15:39:42 2010 +0200 |
tree | 57ce22e51c76063432eca60190f7f44d015a2b80 | |
parent | a655211ac6d379c5b0813761e5d11415780f41fd [diff] |
use qemu_blockalign consistently Use qemu_blockalign for all allocations in the block layer. This allows increasing the required alignment, which is need to support O_DIRECT on devices with large block sizes. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Kevin Wolf <kwolf@redhat.com>