]> git.hungrycats.org Git - linux/commit
[PATCH] Futex hash improv and minor cleanups
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 24 Sep 2003 13:41:32 +0000 (06:41 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Wed, 24 Sep 2003 13:41:32 +0000 (06:41 -0700)
commita97d8d460e17d2c003e3e79112be0b328dc854bb
treeec41eff4813d8ebd299385bb3b5cf8b6c6a4b2a8
parentb58da0d02df9eee7a000162ccad1f64f7651b0c5
[PATCH] Futex hash improv and minor cleanups

Minor changes to Jamie & Hugh's excellent futex patch.
 1) Remove obsolete comment above hash array decl.
 2) Clarify comment about TASK_INTERRUPTIBLE.
 3) Andrew Morton says spurious wakeup is a bug.  Catch it.
 4) Use Jenkins hash.
 5) Make hash function non-inline.
kernel/futex.c