aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_iface.c
diff options
context:
space:
mode:
authorDarren Hart <[email protected]>2009-04-03 13:40:22 -0700
committerThomas Gleixner <[email protected]>2009-04-06 11:14:02 +0200
commita72188d8a64ebe74722f1cf7ffac41b41ffdba21 (patch)
tree5283404345b270bf5ca95ce8d792baacdf8cf7dc /net/lapb/lapb_iface.c
parent8dac456a681bd94272ff50ecb31be6b669382c2b (diff)
futex: add FUTEX_HAS_TIMEOUT flag to restart.futex.flags
Currently restart is only used if there is a timeout. The requeue_pi functionality requires restarting to futex_lock_pi() on signal after wakeup in futex_wait_requeue_pi() regardless of if there was a timeout or not. Using 0 for the timeout value is confusing as that could indicate an expired timer. The flag makes this explicit. While the check is not technically needed in futex_wait_restart(), doing so makes the code consistent with and will avoid confusion should the need arise to restart wait without a timeout. Signed-off-by: Darren Hart <[email protected]> Reviewed-by: Thomas Gleixner <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'net/lapb/lapb_iface.c')
0 files changed, 0 insertions, 0 deletions