Cleanup: raw-posix.c: Be more consistent using BDRV_SECTOR_SIZE instead of 512
commit9040385dcc0a4b32ca8ceeda6dc679aea56e3832
authorJes Sorensen <Jes.Sorensen@redhat.com>
Thu, 27 May 2010 14:20:32 +0000 (27 16:20 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 4 Jun 2010 09:43:39 +0000 (4 11:43 +0200)
treebb54e7fe56003e698ffcf90acb31304db9b55f92
parenteb5a316514144bc1def4cb9b88fb996420ca80cc
Cleanup: raw-posix.c: Be more consistent using BDRV_SECTOR_SIZE instead of 512

Clean up raw-posix.c to be more consistent using BDRV_SECTOR_SIZE
instead of hard coded 512 values.

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/raw-posix.c