Re: [PATCH] Add Sparse annotations to SRCU wrapper functions in rcutorture

2006-12-01 Thread Paul E. McKenney
On Thu, Nov 30, 2006 at 07:10:37PM -0800, Josh Triplett wrote: > The SRCU wrapper functions srcu_torture_read_lock and srcu_torture_read_unlock > in rcutorture intentionally change the SRCU context; annotate them > accordingly, to avoid a warning. Acked-by: Paul E. McKenney <[EMAIL PROTECTED]> >

[PATCH] Add Sparse annotations to SRCU wrapper functions in rcutorture

2006-11-30 Thread Josh Triplett
The SRCU wrapper functions srcu_torture_read_lock and srcu_torture_read_unlock in rcutorture intentionally change the SRCU context; annotate them accordingly, to avoid a warning. Signed-off-by: Josh Triplett <[EMAIL PROTECTED]> --- kernel/rcutorture.c |4 ++-- 1 files changed, 2 insertions(+)