]> git.ipfire.org Git - thirdparty/systemd.git/commit
repart: use proper API to check if block device can do partition scanning
authorLennart Poettering <lennart@poettering.net>
Fri, 25 Sep 2020 15:23:34 +0000 (17:23 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 26 Sep 2020 16:31:48 +0000 (18:31 +0200)
commit911ba6240836a737f5d6637295476262739f623b
tree31c9f0ae52753e2ffa02dd9ebc6cb3b7b9d723ca
parent49580df38c06b88b724aae5c2d1f74303f3c138d
repart: use proper API to check if block device can do partition scanning

We have the API wrapper already, hence use it, instead of using a
limited version of it that only works for loopback devices.
src/partition/repart.c