diff options
author | Tiwei Bie <tiwei.btw@antgroup.com> | 2025-08-27 08:57:01 +0800 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2025-09-10 14:23:47 +0200 |
commit | 78624eb99e1ab1d16c8a7172ac9c6bdefb7befe3 (patch) | |
tree | b9fc9ef226c26e64dd7180bca645890557436dd2 | |
parent | 4c134c2a5f3db29afe35b2d30e39bb6d867b08da (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.h | 3 |
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 */ |