mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 01:32:21 +02:00
selftests/memfd: remove unused variable 'sig' in fuse_test
fuse_test.c: In function 'sealing_thread_fn':
fuse_test.c:165:13: warning: unused variable 'sig' [-Wunused-variable]
165 | int sig, r;
| ^~~
Remove unused 'sig' to fix -Wunused-variable warning.
Link: https://lore.kernel.org/20260524193732.48853-3-eva.kurchatova@virtuozzo.com
Signed-off-by: Konstantin Khorenko <khorenko@virtuozzo.com>
Cc: Aristeu Rozanski <aris@redhat.com>
Cc: Shuah Khan <shuah@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
528db7d37e
commit
952923ff20
|
|
@ -162,7 +162,7 @@ static void *global_p = NULL;
|
|||
|
||||
static int sealing_thread_fn(void *arg)
|
||||
{
|
||||
int sig, r;
|
||||
int r;
|
||||
|
||||
/*
|
||||
* This thread first waits 200ms so any pending operation in the parent
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user