]> git.ipfire.org Git - thirdparty/systemd.git/commit
simplify bitwise checking (#30722)
authorAtariDreams <83477269+AtariDreams@users.noreply.github.com>
Tue, 9 Jan 2024 01:18:10 +0000 (20:18 -0500)
committerGitHub <noreply@github.com>
Tue, 9 Jan 2024 01:18:10 +0000 (10:18 +0900)
commit5ba46b99f7fa4a8489920007e430aaec5480bd03
tree9ccf0359db4ebd5b909b773b45fdd2c63eaf9544
parent35716eed55fdeb110ff42b58bc8f180e285c0138
simplify bitwise checking (#30722)

Some of these checks before bitwise operations are redundant and compilers
do not always recognize them, so let's simplify the code to make the intentions
clearer.
src/core/namespace.c
src/shared/mount-util.c