]> git.ipfire.org Git - thirdparty/systemd.git/commit
oom: Introduce process_managed_oom_message()
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 2 Sep 2021 11:24:23 +0000 (13:24 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 16 Sep 2021 11:26:29 +0000 (12:26 +0100)
commit71feeae4bf480523d64b580117a05c61774717f1
tree530dbeb500196affd2769cd6233c23e84131c857
parentccf7cf2aa4a9156e83d3febb474b4fec571d9494
oom: Introduce process_managed_oom_message()

Gets rid of a few gotos, allows removing the extra ret variable and
will also be used in a future commit by the codepath that receives
cgroups from user instances of systemd.
src/oom/oomd-manager.c