]> git.baikalelectronics.ru Git - kernel.git/commit
Give futex init a proper name
authorBenjamin Herrenschmidt <benh@ozlabs.org>
Thu, 27 Mar 2008 03:52:15 +0000 (14:52 +1100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 27 Mar 2008 15:02:13 +0000 (08:02 -0700)
commit174ed68ad993198cc35939200075c2957b786abd
tree7fcf68e80a964a71b642d2bc1886c8060ae78fd3
parent39a0301a9e21431c664b9a1406260bd739ec0fab
Give futex init a proper name

The futex init function is called init(). This is a pain in the neck
when debugging when you code dies in ... init :-)

This renames it to futex_init().

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/futex.c