Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 12bc15ef authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

Revert "inet: shrink struct flowi_common"



This reverts commit afa49774 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: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent 8d8014e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {