From: Thomas Gleixner Date: Thu, 3 Dec 2009 19:55:53 +0000 (+0100) Subject: locking: Further name space cleanups X-Git-Tag: v2.6.33-rc1~78^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9828ea9d75c38fe3dce05d00566eed61c85732e6;p=pandora-kernel.git locking: Further name space cleanups The name space hierarchy for the internal lock functions is now a bit backwards. raw_spin* functions map to _spin* which use __spin*, while we would like to have _raw_spin* and __raw_spin*. _raw_spin* is already used by lock debugging, so rename those funtions to do_raw_spin* to free up the _raw_spin* name space. No functional change. Signed-off-by: Thomas Gleixner Acked-by: Peter Zijlstra Acked-by: Ingo Molnar --- Reading git-diff-tree failed