From: Darren Hart Date: Fri, 3 Apr 2009 20:40:31 +0000 (-0700) Subject: futex: distangle futex_requeue() X-Git-Tag: v2.6.31-rc1~409^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9121e4783cd5c7e2a407763f3b61c2d573891133;p=pandora-kernel.git futex: distangle futex_requeue() futex_requeue() is getting a bit long-winded, and will be getting more so after the requeue_pi patch. Factor out the actual requeueing into a nicely contained inline function to reduce function length and improve legibility. Signed-off-by: Darren Hart Reviewed-by: Thomas Gleixner Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed