From: Eric Sesterhenn Date: Fri, 25 Jan 2008 09:40:46 +0000 (+0100) Subject: Removal of FUTEX_FD X-Git-Tag: v2.6.26-rc2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82af7aca56c67061420d618cc5a30f0fd4106b80;p=pandora-kernel.git 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 Signed-off-by: Rusty Russell (removed rest) Acked-by: Thomas Gleixner Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed