Revert "net/ipv6: fix bool/int mismatch for skip_notify_on_dev_down"

This reverts commit 9b001a7d1e which is
commit edf2e1d2019b2730d6076dbe4c040d37d7c10bbe upstream.

It breaks the Android kernel abi, so revert it for now.  If it needs to
come back it can be done so in an abi-safe way.

Bug: 161946584
Change-Id: Ibbe04b272b916b4bc5f8ef681520c7cae4fa87a9
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Greg Kroah-Hartman
2023-06-15 16:13:39 +00:00
parent 4660e403ec
commit 036b75624e

View File

@@ -54,7 +54,7 @@ struct netns_sysctl_ipv6 {
int seg6_flowlabel;
u32 ioam6_id;
u64 ioam6_id_wide;
int skip_notify_on_dev_down;
bool skip_notify_on_dev_down;
u8 fib_notify_on_flag_change;
ANDROID_KABI_RESERVE(1);
};