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 <[email protected]> > --- > kernel/locking/rwsem-xadd.c | 172 > ++++++++++++++++++++++---------------------- > 1 file changed, 86 insertions(+), 86 deletions(-)
Just a straightforward code move: Acked-by: Will Deacon <[email protected]> Will

