bpf: Remove the obsolte u64_stats_fetch_*_irq() users.
authorThomas Gleixner <tglx@linutronix.de>
Wed, 26 Oct 2022 12:31:10 +0000 (14:31 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Mon, 31 Oct 2022 22:40:24 +0000 (23:40 +0100)
commit97c4090badca743451c3798f1c1846e9f3f252de
treeb8fa8a3a08166fcf49266a22efb61824ed43ad64
parente39e739ab57399f46167d453bbdb8ef8d57c6488
bpf: Remove the obsolte u64_stats_fetch_*_irq() users.

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>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/bpf/20221026123110.331690-1-bigeasy@linutronix.de
kernel/bpf/syscall.c