Skip to content

Commit 78624eb

Browse files
btw616jmberg-intel
authored andcommitted
um: Remove unused offset and child_err fields from stub_data
They are no longer used. Remove them. Signed-off-by: Tiwei Bie <[email protected]> Signed-off-by: Johannes Berg <[email protected]>
1 parent 4c134c2 commit 78624eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

arch/um/include/shared/skas/stub-data.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ struct stub_syscall {
5353
};
5454

5555
struct stub_data {
56-
unsigned long offset;
57-
long err, child_err;
56+
long err;
5857

5958
int syscall_data_len;
6059
/* 128 leaves enough room for additional fields in the struct */

0 commit comments

Comments
 (0)