Re: [PATCH-tip v2 01/10] locking/rwsem: Relocate rwsem_down_read_failed()

From: Will Deacon
Date: Thu Feb 21 2019 - 09:14:16 EST


On Fri, Feb 15, 2019 at 03:50:01PM -0500, Waiman Long wrote:
> The rwsem_down_read_failed*() functions were relocted from above the
> optimistic spinning section to below that section. This enables the
> reader functions to use optimisitic spinning in future patches. There
> is no code change.
>
> Signed-off-by: Waiman Long <longman@xxxxxxxxxx>
> ---
> kernel/locking/rwsem-xadd.c | 172 ++++++++++++++++++++++----------------------
> 1 file changed, 86 insertions(+), 86 deletions(-)

Just a straightforward code move:

Acked-by: Will Deacon <will.deacon@xxxxxxx>

Will