]> git.ipfire.org Git - thirdparty/systemd.git/commit
boot: introduce common shortcut exit path in pack_cpio()
authorLennart Poettering <lennart@poettering.net>
Tue, 26 Jul 2022 16:23:49 +0000 (18:23 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 27 Jul 2022 08:29:08 +0000 (09:29 +0100)
commite8c6487a745ddd3a9300db4e11263184494154ab
treeddaa62f30b8c22b124bcfeefaf25191b1318ab1f
parentf2d26cd89b195e53f184387f1a5b97a98512c82a
boot: introduce common shortcut exit path in pack_cpio()

THis will be useful in a later commit, when we add more stuff to the
common exit path. But even without that, it's a nice simplification,
removing redundant lines.
src/boot/efi/cpio.c