summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiwei Bie <tiwei.btw@antgroup.com>2025-08-27 08:57:01 +0800
committerJohannes Berg <johannes.berg@intel.com>2025-09-10 14:23:47 +0200
commit78624eb99e1ab1d16c8a7172ac9c6bdefb7befe3 (patch)
treeb9fc9ef226c26e64dd7180bca645890557436dd2
parent4c134c2a5f3db29afe35b2d30e39bb6d867b08da (diff)
um: Remove unused offset and child_err fields from stub_data
They are no longer used. Remove them. Signed-off-by: Tiwei Bie <tiwei.btw@antgroup.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
-rw-r--r--arch/um/include/shared/skas/stub-data.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/um/include/shared/skas/stub-data.h b/arch/um/include/shared/skas/stub-data.h
index c261a77a32f6..27db38e95df9 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 */