]> git.ipfire.org Git - thirdparty/systemd.git/commit
repart: Make use of partitions list being ordered by offsets while looping 42969/head
authorJonas Dreßler <verdre@v0yd.nl>
Mon, 13 Jul 2026 14:37:56 +0000 (16:37 +0200)
committerJonas Dreßler <verdre@v0yd.nl>
Mon, 13 Jul 2026 16:24:27 +0000 (18:24 +0200)
commitd3ebe511b843a32fbc0097df0a739d80b3b72f5e
treeeaf26d5fc82c1311caf3a7938cc9585a65e93df0
parent0ea9bdfec8fb898fcd9db15383e041aec2306d62
repart: Make use of partitions list being ordered by offsets while looping

Let's do the same thing we did above with the last commit here too and make use
of the partitions list being ordered by physical offsets. This makes the code a
little simpler.
src/repart/repart.c