]> git.ipfire.org Git - thirdparty/systemd.git/commit
shared: drop redundant cryptsetup_enable_logging(NULL) calls (#41785)
authorZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Thu, 23 Apr 2026 10:18:45 +0000 (12:18 +0200)
committerGitHub <noreply@github.com>
Thu, 23 Apr 2026 10:18:45 +0000 (12:18 +0200)
commitbaa245ecd19acd51e2ef9baf802f2dd3a5cc723d
tree1b638a8cfe817ae0d781d049115865608659cf53
parentf9ac6aced93828f4dea2f622d88d6f6c06e7538a
parent240b26503b26cddb0275a4e0e2b6918950379c69
shared: drop redundant cryptsetup_enable_logging(NULL) calls (#41785)

These were only used to implicitly load libcryptsetup at startup.
dlopen_cryptsetup() now calls cryptsetup_enable_logging(NULL) itself,
and every code path that uses libcryptsetup calls dlopen_cryptsetup()
before doing so, so the upfront calls are no longer needed.
src/repart/repart.c