]> err.no Git - util-linux/commit
fdisk: cannot create partition with starting beyond 1 TB
authorKarel Zak <kzak@redhat.com>
Thu, 13 Nov 2008 13:56:17 +0000 (14:56 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 13 Nov 2008 13:56:17 +0000 (14:56 +0100)
commit197d1d7c794a383cd3b9d3c0c1437d9860af9da2
tree6d8df4eae92dea06b6b20c342f98cc329b3b2947
parentc655294a392c329eca7dfc339ab79d8c910283d9
fdisk: cannot create partition with starting beyond 1 TB

fdisk(8) uses "unsigned long long" for all internal calculations --
let use it for start of partition too.

Address-Red-Hat-Bugzilla: #471369
Signed-off-by: Karel Zak <kzak@redhat.com>
fdisk/fdisk.c