From: Peter Zijlstra Date: Wed, 6 Nov 2013 13:57:36 +0000 (+0100) Subject: locking/doc: Rename LOCK/UNLOCK to ACQUIRE/RELEASE X-Git-Tag: v3.14-rc1~175^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e4f5382d12a441b5cccfdde00308df15c2ce300;p=pandora-kernel.git locking/doc: Rename LOCK/UNLOCK to ACQUIRE/RELEASE The LOCK and UNLOCK barriers as described in our barrier document are generally known as ACQUIRE and RELEASE barriers in other literature. Since we plan to introduce the acquire and release nomenclature in generic kernel primitives we should amend the document to avoid confusion as to what an acquire/release means. Reviewed-by: "Paul E. McKenney" Signed-off-by: Peter Zijlstra Acked-by: Mathieu Desnoyers Cc: Benjamin Herrenschmidt Cc: Frederic Weisbecker Cc: Michael Ellerman Cc: Michael Neuling Cc: Russell King Cc: Geert Uytterhoeven Cc: Heiko Carstens Cc: Linus Torvalds Cc: Martin Schwidefsky Cc: Victor Kaplansky Cc: Tony Luck Cc: Oleg Nesterov Link: http://lkml.kernel.org/r/20131217092435.GC21999@twins.programming.kicks-ass.net Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed