mirror of
https://github.com/torvalds/linux.git
synced 2026-05-14 21:53:21 -04:00
This caused the wait ioctls to claim that waiting had completed when we actually got interrupted by a signal before it was done. Fixes broken rendering throttling that produced serious lag in X window dragging. Signed-off-by: Eric Anholt <eric@anholt.net>