blob: 42fd3e82711a35426b2b460c4b24b6636cffd621 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/compat/backport-4.12.c
+++ b/compat/backport-4.12.c
@@ -225,6 +225,7 @@ int bp_extack_genl_register_family(struc
/* copy this since the family might access it directly */
family->attrbuf = copy->family.attrbuf;
+ family->mcgrp_offset = copy->family.mcgrp_offset;
mutex_lock(&copies_mutex);
list_add_tail(©->list, &copies_list);
|