getrusage: add the "signal_struct *sig" local variable
authorOleg Nesterov <oleg@redhat.com>
Sat, 9 Sep 2023 17:25:54 +0000 (19:25 +0200)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 4 Oct 2023 17:41:57 +0000 (10:41 -0700)
commitc7ac8231ace9b07306d0299969e42073b189c70a
treeabcf3380a0dcee2f07fb0c7dc492da377c578ae1
parente5ecf29c507830f192d3eb255662ad9ba219c442
getrusage: add the "signal_struct *sig" local variable

No functional changes, cleanup/preparation.

Link: https://lkml.kernel.org/r/20230909172554.GA20441@redhat.com
Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Cc: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/sys.c