]> err.no Git - util-linux/commit
fdisk: don't keep internally device size in 512-byte sectors
authorKarel Zak <kzak@redhat.com>
Mon, 23 Aug 2010 10:11:26 +0000 (12:11 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 23 Aug 2010 10:22:39 +0000 (12:22 +0200)
commit06023c2e97ee6a8cd5dbb419c3aadfaae5b253f2
tree49c9185b38bfc30e998e84d3094697b90374292b
parentfab1c0463a7147599e5878e307be10e358a77074
fdisk: don't keep internally device size in 512-byte sectors

All fdisk code uses sector_size variable, so there should not be an
exception where we use 512-byte sectors.

Signed-off-by: Karel Zak <kzak@redhat.com>
fdisk/fdisk.c