commit | 012d3ca8d85bf3ae5278ba897dd1ca3999247107 | [log] [tgz] |
---|---|---|
author | Josh Triplett <josh@freedesktop.org> | Wed Dec 06 20:40:19 2006 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Thu Dec 07 08:39:44 2006 -0800 |
tree | c36528a3dff3b5ce5adfdb0f99097e2e1e827df2 | |
parent | a09c17a6fdad9ae5b5ea1c3383080f84ec76ab20 [diff] |
[PATCH] Add Sparse annotations to SRCU wrapper functions in rcutorture 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 <josh@freedesktop.org> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>