]> git.baikalelectronics.ru Git - kernel.git/commit
macvlan: remove unused fields in struct macvlan_dev
authorGirish Moodalbail <girish.moodalbail@oracle.com>
Wed, 25 Oct 2017 19:26:43 +0000 (12:26 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 26 Oct 2017 01:11:40 +0000 (10:11 +0900)
commitccd313883937042570fd09c46e5c1b4354e9872f
tree062b41a7decb36e31f8f2d8ea9ed08af93b5b932
parent746042377d8f3a3e39cc8085cadcd4564a81640b
macvlan: remove unused fields in struct macvlan_dev

commit 5a5021c4da1e ("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 for MAX_TAP_QUEUES to the right place.

Fixes: 5a5021c4da1e259b (tap: Renaming tap related APIs, data structures, macros)
Signed-off-by: Girish Moodalbail <girish.moodalbail@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/if_macvlan.h
include/linux/if_tap.h