diff options
Diffstat (limited to 'kernel/sched.c')
-rw-r--r-- | kernel/sched.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/sched.c b/kernel/sched.c index 789001da0a94..e88689522e66 100644 --- a/kernel/sched.c +++ b/kernel/sched.c | |||
@@ -6724,9 +6724,6 @@ EXPORT_SYMBOL(yield); | |||
6724 | /* | 6724 | /* |
6725 | * This task is about to go to sleep on IO. Increment rq->nr_iowait so | 6725 | * This task is about to go to sleep on IO. Increment rq->nr_iowait so |
6726 | * that process accounting knows that this is a task in IO wait state. | 6726 | * that process accounting knows that this is a task in IO wait state. |
6727 | * | ||
6728 | * But don't do that if it is a deliberate, throttling IO wait (this task | ||
6729 | * has set its backing_dev_info: the queue against which it should throttle) | ||
6730 | */ | 6727 | */ |
6731 | void __sched io_schedule(void) | 6728 | void __sched io_schedule(void) |
6732 | { | 6729 | { |