diff options
author | Veaceslav Falico <vfalico@redhat.com> | 2014-02-18 07:48:45 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-02-18 16:47:15 -0500 |
commit | f8ff080dacecc5d0ce3579941b664bac3a4405c2 (patch) | |
tree | f0652419dffc69109d4f36c4c1e78d3ec1a5fc5d /include/linux/netdevice.h | |
parent | ff71529da40eee34458b1c3d62ca158a13e99b4d (diff) | |
download | blackbird-obmc-linux-f8ff080dacecc5d0ce3579941b664bac3a4405c2.tar.gz blackbird-obmc-linux-f8ff080dacecc5d0ce3579941b664bac3a4405c2.zip |
bonding: remove useless updating of slave->dev->last_rx
Now that all the logic is handled via last_arp_rx, we don't need to use
last_rx.
CC: Jay Vosburgh <fubar@us.ibm.com>
CC: Andy Gospodarek <andy@greyhouse.net>
CC: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Veaceslav Falico <vfalico@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 430c51aed6a4..891432a994c0 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -1312,13 +1312,7 @@ struct net_device { /* * Cache lines mostly used on receive path (including eth_type_trans()) */ - unsigned long last_rx; /* Time of last Rx - * This should not be set in - * drivers, unless really needed, - * because network stack (bonding) - * use it if/when necessary, to - * avoid dirtying this cache line. - */ + unsigned long last_rx; /* Time of last Rx */ /* Interface address info used in eth_type_trans() */ unsigned char *dev_addr; /* hw address, (before bcast |