From: Tiwei Bie Date: Wed, 27 Aug 2025 00:57:01 +0000 (+0800) Subject: um: Remove unused offset and child_err fields from stub_data X-Git-Tag: v6.18-rc1~57^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78624eb99e1ab1d16c8a7172ac9c6bdefb7befe3;p=thirdparty%2Fkernel%2Fstable.git um: Remove unused offset and child_err fields from stub_data They are no longer used. Remove them. Signed-off-by: Tiwei Bie Signed-off-by: Johannes Berg --- diff --git a/arch/um/include/shared/skas/stub-data.h b/arch/um/include/shared/skas/stub-data.h index c261a77a32f6a..27db38e95df91 100644 --- a/arch/um/include/shared/skas/stub-data.h +++ b/arch/um/include/shared/skas/stub-data.h @@ -53,8 +53,7 @@ struct stub_syscall { }; struct stub_data { - unsigned long offset; - long err, child_err; + long err; int syscall_data_len; /* 128 leaves enough room for additional fields in the struct */