commit | f6d107fb10def502522b10bfb7af9533afbb8274 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@ozlabs.org> | Thu Mar 27 14:52:15 2008 +1100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Mar 27 08:02:13 2008 -0700 |
tree | 7fcf68e80a964a71b642d2bc1886c8060ae78fd3 | |
parent | ee20a0dd5400e771ff93eb7f2bcc731eab1f377e [diff] |
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>