]> git.ipfire.org Git - thirdparty/systemd.git/commit
veritysetup: minor renaming of functions
authorLennart Poettering <lennart@poettering.net>
Thu, 1 Jun 2023 16:54:33 +0000 (18:54 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 1 Jun 2023 17:06:20 +0000 (19:06 +0200)
commitdeb60ef92e47e35d8124ae8e03deaa914701b9b4
tree80cf3a243e19b030ad69ace4f27836f5216356d8
parentffe0da297d7ec4723b583ed19f31a2d605cb9142
veritysetup: minor renaming of functions

create_device() and create_disk() so far did very similar things, but
the name didn't give a hint what the difference was.

Hence let's rename them to create_special_device() and
create_veritytab_device() to make this more understandabe, as one
creates /proc/cmdline specified roothash=/usrhash= devices, and the
other one devices for items listed in /etc/veritytab.

No code changes besides renaming.
src/veritysetup/veritysetup-generator.c