]> Gentwo Git Trees - linux/.git/commitdiff
um: Remove unused offset and child_err fields from stub_data
authorTiwei Bie <tiwei.btw@antgroup.com>
Wed, 27 Aug 2025 00:57:01 +0000 (08:57 +0800)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 10 Sep 2025 12:23:47 +0000 (14:23 +0200)
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>
arch/um/include/shared/skas/stub-data.h

index c261a77a32f6a8c416cb51058d24db6ff0ef7570..27db38e95df9166b31b5dc25aa30c30a1ad67791 100644 (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 */