]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Deduplicate error string patterns (#37676)
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 2 Jun 2025 13:34:17 +0000 (15:34 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Jun 2025 13:34:17 +0000 (15:34 +0200)
I wanted to see if moving moving out constant string arguments our of
error messages results in smaller binary sizes. Turns out it does, but
the savings are not consistent. Sometimes we get a few kB in a single
binary, sometimes there is no size change.

1  2 
src/shared/mount-util.c

Simple merge