]> err.no Git - util-linux/commit
blockdev: use LU and LLU for BLKGETSIZE and BLKGETSIZE64
authorKarel Zak <kzak@redhat.com>
Wed, 1 Aug 2007 13:47:33 +0000 (15:47 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 1 Aug 2007 13:47:33 +0000 (15:47 +0200)
commit1dea05a811ffe81ba647adf0f6942917574c98e1
tree486f5ed0379d466af096788904b867d135116605
parent3281d4268a192cbd1951347a4a857b94428dc958
blockdev: use LU and LLU for BLKGETSIZE and BLKGETSIZE64

The "blkockdev --getsize" returns negative numbers on i386
for 1Tb devices. The BLKGETSIZE and BLKGETSIZE64 have to
use unsigned long and unsigned long long.

$ blockdev --getsize /dev/mapper/huge
-2147483648

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