Re: Regression on linux-next (next-20260324 )
From: Matthew Wilcox
Date: Tue Apr 21 2026 - 10:50:59 EST
On Tue, Apr 21, 2026 at 04:37:52PM +0200, Peter Zijlstra wrote:
> Argh, I see... yes. Perhaps something like the below though?
This is a documentation bug. I thought it was supposed to add *after*
pos, not before. So can we clear that up too?
@@ -198,7 +198,7 @@ static inline void __mutex_clear_flag(struct mutex *lock, unsigned long flag)
}
/*
- * Add @waiter to a given location in the lock wait_list and set the
+ * Add @waiter before a given location in the lock wait_list and set the
* FLAG_WAITERS flag if it's the first waiter.
*/
static void