Commit 78624eb9 authored by Tiwei Bie's avatar Tiwei Bie Committed by Johannes Berg
Browse files

um: Remove unused offset and child_err fields from stub_data



They are no longer used. Remove them.

Signed-off-by: default avatarTiwei Bie <tiwei.btw@antgroup.com>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 4c134c2a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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 */