]> Pileus Git - ~andy/linux/commit
seqlock: Use raw_ prefix instead of _no_lockdep
authorJohn Stultz <john.stultz@linaro.org>
Thu, 2 Jan 2014 23:11:13 +0000 (15:11 -0800)
committerIngo Molnar <mingo@kernel.org>
Sun, 12 Jan 2014 09:13:59 +0000 (10:13 +0100)
commit0c3351d451ae2fa438d5d1ed719fc43354fbffbb
tree02aaeaf81e234fdecf232651d35b304909200773
parent228fdc083b017eaf90e578fa86fb1ecfd5ffae87
seqlock: Use raw_ prefix instead of _no_lockdep

Linus disliked the _no_lockdep() naming, so instead
use the more-consistent raw_* prefix to the non-lockdep
enabled seqcount methods.

This also adds raw_ methods for the write operations
as well, which will be utilized in a following patch.

Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Cc: Krzysztof Hałasa <khalasa@piap.pl>
Cc: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Cc: Willy Tarreau <w@1wt.eu>
Link: http://lkml.kernel.org/r/1388704274-5278-1-git-send-email-john.stultz@linaro.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/vdso/vclock_gettime.c
include/linux/seqlock.h