fdisk: remove "Partition N does not end on cylinder boundary" message
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 26 May 2018 16:51:18 +0000 (18:51 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 26 May 2018 16:51:18 +0000 (18:51 +0200)
commit8bc418f07eab79a9c8d26594629799f6157a9466
treef1db13fe3cfe67c893a18f4b0fd9d54c31eb2435
parentbf7f103ffb6e2644e9c063cba723e25635c14a52
fdisk: remove "Partition N does not end on cylinder boundary" message

fdisk from util-linux 2.31 (maybe earlier) does not print this.

function                                             old     new   delta
check_consistency                                    449     399     -50

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
util-linux/fdisk.c