]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libfdisk: use grain as small as possible
authorKarel Zak <kzak@redhat.com>
Fri, 6 Sep 2019 11:09:30 +0000 (13:09 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 6 Sep 2019 11:09:30 +0000 (13:09 +0200)
commit1116884cf7de88727845c0ee5c2ee7cb440e44d7
tree7a3eeb5f1e4e2336cdb2c860cb1b293f924b2e75
parent45aaa8f3db45783f19f866ba0aa6b78d30a5e250
libfdisk: use grain as small as possible

The current implementation does not allow to move partition for
example in +/-1 sector range, because free space analyze is by default
based on regular grain used for partitioning (=1MiB).

Signed-off-by: Karel Zak <kzak@redhat.com>
libfdisk/src/partition.c
libfdisk/src/table.c