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

This reverts commit 9b001a7d1e.

It breaks the Android kernel abi, but will be brought in through a
different branch to ensure it ends up in the tree properly.

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 403dbb90c2
commit f5d9ff9c9c

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);
};