]> 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, 9 Feb 2010 10:06:42 +0000 (11:06 +0100)
commit7ded5afc571b39ba15cf9f649506a986b00c1af1
treed35ea4b489349fe633d732b6875287bad8fef2f6
parent40c7aaf3958c28b38772f38ee245b20afe3c1373
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