Re: [PATCH] audit: Make audit_filter_syscall() return void

2021-01-26 Thread Richard Guy Briggs
On 2021-01-26 05:11, menglong8.d...@gmail.com wrote: > From: Yang Yang > > No invoker users the return value of audit_filter_syscall(). > So make it return void. That was my oversight when ripping out the AUDIT_FILTER_ENTRY list: 5260ecc2e048 2018-02-14 ("audit: deprecate the

[PATCH] audit: Make audit_filter_syscall() return void

2021-01-26 Thread menglong8 . dong
From: Yang Yang No invoker users the return value of audit_filter_syscall(). So make it return void. Signed-off-by: Yang Yang --- kernel/auditsc.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kernel/auditsc.c b/kernel/auditsc.c index ce8c9e2279ba..c8e16b9c0f21