From: Michael Jeanson Date: Mon, 5 Nov 2018 16:35:53 +0000 (-0500) Subject: Fix: signal: Remove SEND_SIG_FORCED (v4.20) X-Git-Tag: v2.9.12~9 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=22b21b255ee2ab541da575fb27915786d90775d6;hp=22b21b255ee2ab541da575fb27915786d90775d6;p=lttng-modules.git Fix: signal: Remove SEND_SIG_FORCED (v4.20) See upstream commit : commit 4ff4c31a6e85f4c49fbeebeaa28018d002884b5a Author: Eric W. Biederman Date: Mon Sep 3 10:39:04 2018 +0200 signal: Remove SEND_SIG_FORCED There are no more users of SEND_SIG_FORCED so it may be safely removed. Remove the definition of SEND_SIG_FORCED, it's use in is_si_special, it's use in TP_STORE_SIGINFO, and it's use in __send_signal as without any users the uses of SEND_SIG_FORCED are now unncessary. This makes the code simpler, easier to understand and use. Users of signal sending functions now no longer need to ask themselves do I need to use SEND_SIG_FORCED. Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers ---