mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +02:00
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:
parent
4c134c2a5f
commit
78624eb99e
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user