summaryrefslogtreecommitdiff
path: root/trafgen_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'trafgen_proto.h')
0 files changed, 0 insertions, 0 deletions
ary='commit info' class='commit-info'> authorstephen hemminger <stephen@networkplumber.org>2017-02-07 08:46:46 -0800 committerDavid S. Miller <davem@davemloft.net>2017-02-07 14:16:05 -0500 commitca6d4480f87db9d9470d3d7bbe445953fa105e57 (patch) treed72ac5c90c2b1ea913b528a7425db874d70c270c /net/bridge/br_fdb.c parent9bcdef3288f2f4d8b05d522128198fdcb3f07885 (diff)
bridge: avoid unnecessary read of jiffies
Jiffies is volatile so read it once. Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Acked-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/bridge/br_fdb.c')
-rw-r--r--net/bridge/br_fdb.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/bridge/br_fdb.c b/net/bridge/br_fdb.c