commit | 8991afe2640d05a805eba01277856e8549cdc838 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Wed Aug 21 21:09:23 2019 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Wed Aug 28 11:50:42 2019 +0200 |
tree | 22eb3c595da6c5aebc8beab65def6873233b5359 | |
parent | dd6702241337bcd0bae01d2644b7bae1a496d937 [diff] |
posix-cpu-timers: Deduplicate rlimit handling Both thread and process expiry functions have the same functionality for sending signals for soft and hard RLIMITs duplicated in 4 different ways. Split it out into a common function and cleanup the callsites. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Frederic Weisbecker <frederic@kernel.org> Link: https://lkml.kernel.org/r/20190821192922.653276779@linutronix.de