]> git.ipfire.org Git - thirdparty/systemd.git/commit
cryptsetup: don't repeat exact same code twice
authorLennart Poettering <lennart@poettering.net>
Fri, 8 Oct 2021 16:19:49 +0000 (18:19 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 11 Oct 2021 09:12:29 +0000 (11:12 +0200)
commit92828080fb858e290f6b78691908d612560d9558
tree3f9fabc4ebb5ed1e9057c89eb7f84922cd245b24
parent54ccd706badc4319a5491028efb2772b7ffdfe90
cryptsetup: don't repeat exact same code twice

let's move turning off of the cache bit into the for loop, so that we
can eliminate a copy of the loop body.
src/cryptsetup/cryptsetup.c