diff options
author | FRIGN <dev@frign.de> | 2016-08-23 01:45:46 +0200 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-08-31 01:06:44 +0200 |
commit | 137f0076c2986306109d637599b885bdaf92cd58 (patch) | |
tree | 151b5b2148151e90bbe520de11358a8d43a391b9 /config.mk | |
parent | a9eddbd94fb03a36186ef2b1e784468dfcddbc19 (diff) |
Refactor dontkillme()
- Use file pointers instead of raw I/O, inspired by Kernel code.
- Use OOM_SCORE_ADJ_MIN from linux/oom.h instead of working with
magic values.
- Stricter error checking and descriptive error messages.
The reasoning for using the constant rather than magic values lies
in the fact that this ensures people get the message.
With "-1000", a code reviewer would question if that is really the
lowest possible number or just an arbitrary value.
The kernel ABI probably won't change, but even in the case, we wouldn't
have to modify the code. The OOM killer only is guaranteed to not
kill you if you have OOM_SCORE_ADJ_MIN.
Diffstat (limited to 'config.mk')
0 files changed, 0 insertions, 0 deletions