]> git.ipfire.org Git - thirdparty/systemd.git/commit
pcrlock: move event_log_reduce_to_safe_pcrs() down a bit
authorLennart Poettering <lennart@poettering.net>
Wed, 5 Jun 2024 19:47:43 +0000 (21:47 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 14 Jun 2024 21:51:05 +0000 (22:51 +0100)
commit94a8a4b063ae2c65ec4dee6e757634edb58fff69
tree11df16c24f70c5861cc17345b8846e09040d6373
parente2f451d8766723ffec268859b0e4898f7a025ec0
pcrlock: move event_log_reduce_to_safe_pcrs() down a bit

Let's keep the verb_lock_xyz() and verb_unlock_xyz() calls together, and
move event_log_reduce_to_safe_pcrs() which so far was in betwee them all
further down closer to where the function is actually used.
src/pcrlock/pcrlock.c