diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2021-03-22 10:19:42 +0100 |
---|---|---|
committer | Peter Zijlstra <peterz@infradead.org> | 2021-04-14 18:04:08 +0200 |
commit | 69995ebbb9d3717306a165db88a1292b63f77a37 (patch) | |
tree | 82fc1e24224c161faecca4d9667a8ac49eaf319f /kernel/fork.c | |
parent | 4aed8aa41524a1fc6439171881c2bb7ace197528 (diff) | |
download | linux-69995ebbb9d3717306a165db88a1292b63f77a37.tar.bz2 |
signal: Hand SIGQUEUE_PREALLOC flag to __sigqueue_alloc()
There is no point in having the conditional at the callsite.
Just hand in the allocation mode flag to __sigqueue_alloc() and use it to
initialize sigqueue::flags.
No functional change.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20210322092258.898677147@linutronix.de
Diffstat (limited to 'kernel/fork.c')
0 files changed, 0 insertions, 0 deletions