diff options
Diffstat (limited to 'kernel')
-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 76c0e9691fc0..8d25be06db62 100644 --- a/kernel/sched.c +++ b/kernel/sched.c | |||
@@ -6718,9 +6718,6 @@ EXPORT_SYMBOL(yield); | |||
6718 | /* | 6718 | /* |
6719 | * This task is about to go to sleep on IO. Increment rq->nr_iowait so | 6719 | * This task is about to go to sleep on IO. Increment rq->nr_iowait so |
6720 | * that process accounting knows that this is a task in IO wait state. | 6720 | * that process accounting knows that this is a task in IO wait state. |
6721 | * | ||
6722 | * But don't do that if it is a deliberate, throttling IO wait (this task | ||
6723 | * has set its backing_dev_info: the queue against which it should throttle) | ||
6724 | */ | 6721 | */ |
6725 | void __sched io_schedule(void) | 6722 | void __sched io_schedule(void) |
6726 | { | 6723 | { |