]> err.no Git - util-linux/commit
fdisk: fix default first sector
authorKarel Zak <kzak@redhat.com>
Tue, 9 Feb 2010 10:06:42 +0000 (11:06 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 16 Feb 2010 08:58:57 +0000 (09:58 +0100)
commit342ed1399f5c4a8257e41726e1a2600a9496aeb6
tree1f76a105ede4c4083acacbd35f736758b55800ab
parent1a2416c6ed10fcbfb48283cae7e68ee7c7f1c43d
fdisk: fix default first sector

The previous release 2.17 introduces aligned defaults for the first
and last sectors on the partition. Unfortunately, there is endless
loop when the code looks for first unused aligned sector.

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