Re: [PATCH net-next] macvlan: remove unused fields in struct macvlan_dev

2017-10-25 Thread David Miller
From: Girish Moodalbail Date: Wed, 25 Oct 2017 12:26:43 -0700 > commit 635b8c8ecdd2 ("tap: Renaming tap related APIs, data structures, > macros") captured all the tap related fields into a new struct tap_dev. > However, it failed to remove those fields from struct macvlan_dev. > Those fields are

[PATCH net-next] macvlan: remove unused fields in struct macvlan_dev

2017-10-25 Thread Girish Moodalbail
commit 635b8c8ecdd2 ("tap: Renaming tap related APIs, data structures, macros") captured all the tap related fields into a new struct tap_dev. However, it failed to remove those fields from struct macvlan_dev. Those fields are currently unused and must be removed. While there I moved the comment fo