* [PATCH net-next] u64_stat: Remove the obsolete fetch_irq() variants.
@ 2023-01-10 16:07 Sebastian Andrzej Siewior
2023-01-13 19:34 ` Jakub Kicinski
0 siblings, 1 reply; 2+ messages in thread
From: Sebastian Andrzej Siewior @ 2023-01-10 16:07 UTC (permalink / raw)
To: netdev
Cc: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
Thomas Gleixner, Sebastian Andrzej Siewior
From: Thomas Gleixner <tglx@linutronix.de>
There are no more users of the obsolete interface
u64_stats_fetch_begin_irq() and u64_stats_fetch_retry_irq().
Remove the obsolete API.
[bigeasy: Split out the bits from a larger patch].
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
---
include/linux/u64_stats_sync.h | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/include/linux/u64_stats_sync.h b/include/linux/u64_stats_sync.h
index 46040d66334a8..ffe48e69b3f3a 100644
--- a/include/linux/u64_stats_sync.h
+++ b/include/linux/u64_stats_sync.h
@@ -213,16 +213,4 @@ static inline bool u64_stats_fetch_retry(const struct u64_stats_sync *syncp,
return __u64_stats_fetch_retry(syncp, start);
}
-/* Obsolete interfaces */
-static inline unsigned int u64_stats_fetch_begin_irq(const struct u64_stats_sync *syncp)
-{
- return u64_stats_fetch_begin(syncp);
-}
-
-static inline bool u64_stats_fetch_retry_irq(const struct u64_stats_sync *syncp,
- unsigned int start)
-{
- return u64_stats_fetch_retry(syncp, start);
-}
-
#endif /* _LINUX_U64_STATS_SYNC_H */
--
2.39.0
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH net-next] u64_stat: Remove the obsolete fetch_irq() variants.
2023-01-10 16:07 [PATCH net-next] u64_stat: Remove the obsolete fetch_irq() variants Sebastian Andrzej Siewior
@ 2023-01-13 19:34 ` Jakub Kicinski
0 siblings, 0 replies; 2+ messages in thread
From: Jakub Kicinski @ 2023-01-13 19:34 UTC (permalink / raw)
To: Sebastian Andrzej Siewior
Cc: netdev, David S. Miller, Eric Dumazet, Paolo Abeni,
Thomas Gleixner
On Tue, 10 Jan 2023 17:07:38 +0100 Sebastian Andrzej Siewior wrote:
> From: Thomas Gleixner <tglx@linutronix.de>
>
> There are no more users of the obsolete interface
> u64_stats_fetch_begin_irq() and u64_stats_fetch_retry_irq().
>
> Remove the obsolete API.
>
> [bigeasy: Split out the bits from a larger patch].
>
> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Applied, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-01-13 19:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-10 16:07 [PATCH net-next] u64_stat: Remove the obsolete fetch_irq() variants Sebastian Andrzej Siewior
2023-01-13 19:34 ` Jakub Kicinski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).