]> git.ipfire.org Git - thirdparty/systemd.git/commit
mount,swap: write event loop priority as "SD_EVENT_PRIORITY_NORMAL-x"
authorLennart Poettering <lennart@poettering.net>
Tue, 23 Jan 2018 17:13:01 +0000 (18:13 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 23 Jan 2018 17:13:01 +0000 (18:13 +0100)
commit832316370ba4491553cd7c6647a4f2f7b90d90d6
tree808dedda1fbd66a1ebca8bb5b4ade5eb6c89cda0
parent4259d202159bc22ea0a01cdd3475ba5500b79301
mount,swap: write event loop priority as "SD_EVENT_PRIORITY_NORMAL-x"

We do that in all other cases, let's do it here too. Since
SD_EVENT_PRIORITY_NORMAL evaluates to zero there's zero effective
difference, but it makes things easier to grok and grep for if we always
express relative priorities within PID 1 only.
src/core/mount.c
src/core/swap.c