Displaying 1 result from an estimated 1 matches for "prio_pending".
2010 Jul 26
2
[PATCH] btrfs: set task state with schedule_timeout_uninterruptible()
...read.c
@@ -362,7 +362,7 @@ again:
* worker->working is still 1, so nobody
* is going to try and wake us up
*/
- schedule_timeout(1);
+ schedule_timeout_uninterruptible(1);
smp_mb();
if (!list_empty(&worker->pending) ||
!list_empty(&worker->prio_pending))
--
1.7.0.4