Re: [PATCH net-next] macvlan: fix memory hole in macvlan_dev

2017-12-08 Thread David Miller
From: Girish Moodalbail Date: Fri, 8 Dec 2017 06:03:26 -0800 > Move 'macaddr_count' from after 'netpoll' to after 'nest_level' to pack > and reduce a memory hole. > > Fixes: 88ca59d1aaf28c25 (macvlan: remove unused fields in struct macvlan_dev) > Signed-off-by: Girish Moodalbail Applied, than

[PATCH net-next] macvlan: fix memory hole in macvlan_dev

2017-12-08 Thread Girish Moodalbail
Move 'macaddr_count' from after 'netpoll' to after 'nest_level' to pack and reduce a memory hole. Fixes: 88ca59d1aaf28c25 (macvlan: remove unused fields in struct macvlan_dev) Signed-off-by: Girish Moodalbail --- include/linux/if_macvlan.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d