]> git.ipfire.org Git - thirdparty/systemd.git/commit
bootspec: only sort entries list once
authorLennart Poettering <lennart@poettering.net>
Wed, 6 Feb 2019 16:53:43 +0000 (17:53 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 1 Mar 2019 11:41:32 +0000 (12:41 +0100)
commitdd2bf34cd0a39ad7869177f4379de55ad3603e53
tree79c3f65de0c3e95b7f185cba595998a763159499
parent5e146a75b3a5f44f2315a1643cfd4491d57d12a2
bootspec: only sort entries list once

Instead of re-sorting entries list each time we loaded enrties from a
specific source, let's just sort them once at the end.
src/shared/bootspec.c