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)
commitf6d107fb10def502522b10bfb7af9533afbb8274
tree7fcf68e80a964a71b642d2bc1886c8060ae78fd3
parentee20a0dd5400e771ff93eb7f2bcc731eab1f377e
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