Revert "inet: shrink struct flowi_common"

This reverts commit afa49774d8 which is
commit 1726483b79a72e0150734d5367e4a0238bf8fcff upstream.

It breaks the android ABI, and isn't really needed for anything, so drop
it for now.

Bug: 157965270
Change-Id: Ied13ee54ff6dcc171642fc546f6435169b26df82
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Greg Kroah-Hartman 2023-11-27 17:24:34 +00:00
parent 8d8014e4a1
commit 12bc15efbc

View File

@ -39,8 +39,8 @@ struct flowi_common {
#define FLOWI_FLAG_SKIP_NH_OIF 0x04
__u32 flowic_secid;
kuid_t flowic_uid;
__u32 flowic_multipath_hash;
struct flowi_tunnel flowic_tun_key;
__u32 flowic_multipath_hash;
};
union flowi_uli {