]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
net: Remove the obsolte u64_stats_fetch_*_irq() users (net).
authorThomas Gleixner <tglx@linutronix.de>
Wed, 26 Oct 2022 13:22:15 +0000 (15:22 +0200)
committerJakub Kicinski <kuba@kernel.org>
Sat, 29 Oct 2022 03:13:54 +0000 (20:13 -0700)
commitd120d1a63b2c484d6175873d8ee736a633f74b70
tree19c1a90b03db7e81d0c18f6d54704a0ee709406c
parent068c38ad88ccb09e5e966d4db5cedab0e02b3b95
net: Remove the obsolte u64_stats_fetch_*_irq() users (net).

Now that the 32bit UP oddity is gone and 32bit uses always a sequence
count, there is no need for the fetch_irq() variants anymore.

Convert to the regular interface.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
16 files changed:
net/8021q/vlan_dev.c
net/bridge/br_multicast.c
net/bridge/br_vlan.c
net/core/dev.c
net/core/devlink.c
net/core/drop_monitor.c
net/core/gen_stats.c
net/dsa/slave.c
net/ipv4/af_inet.c
net/ipv6/seg6_local.c
net/mac80211/sta_info.c
net/mpls/af_mpls.c
net/netfilter/ipvs/ip_vs_ctl.c
net/netfilter/nf_tables_api.c
net/openvswitch/datapath.c
net/openvswitch/flow_table.c