Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Tiwei Bie and committed by
Johannes Berg
78624eb9 4c134c2a

+1 -2
+1 -2
arch/um/include/shared/skas/stub-data.h
··· 53 53 }; 54 54 55 55 struct stub_data { 56 - unsigned long offset; 57 - long err, child_err; 56 + long err; 58 57 59 58 int syscall_data_len; 60 59 /* 128 leaves enough room for additional fields in the struct */