Removal of FUTEX_FD
authorEric Sesterhenn <snakebyte@gmx.de>
Fri, 25 Jan 2008 09:40:46 +0000 (10:40 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 5 May 2008 15:18:45 +0000 (08:18 -0700)
commit82af7aca56c67061420d618cc5a30f0fd4106b80
tree7542ae2436336f6cfafb4b9dc1e8bc66637a1cc9
parentf74d505b58d36ceeef10e459094f0eb760681165
Removal of FUTEX_FD

Since FUTEX_FD was scheduled for removal in June 2007 lets remove it.

Google Code search found no users for it and NGPT was abandoned in 2003
according to IBM.  futex.h is left untouched to make sure the id does
not get reassigned.  Since queue_me() has no users left it is commented
out to avoid a warning, i didnt remove it completely since it is part of
the internal api (matching unqueue_me())

Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (removed rest)
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/futex.c