diff options
author | Gao Feng <fgao@ikuai8.com> | 2016-11-30 08:48:44 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-11-30 15:01:32 -0500 |
commit | 8f679ed88f8860206edddff725e2749b4cdbb0e8 (patch) | |
tree | 5868954381ad1246d23ef01a6a5092421056fb7e /Documentation | |
parent | fec668d36d10f30310ced672df65ec5abf0c0032 (diff) |
driver: ipvlan: Remove useless member mtu_adj of struct ipvl_dev
The mtu_adj is initialized to zero when alloc mem, there is no any
assignment to mtu_adj. It is only used in ipvlan_adjust_mtu as one
right value.
So it is useless member of struct ipvl_dev, then remove it.
Signed-off-by: Gao Feng <fgao@ikuai8.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions