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>
This commit is contained in:
Tiwei Bie 2025-08-27 08:57:01 +08:00 committed by Johannes Berg
parent 4c134c2a5f
commit 78624eb99e

View File

@ -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 */