lkml.org 
[lkml]   [2011]   [Sep]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] CFQ: cleanup: fix comment for enum wl_prio_t
The patch is against 3.1-rc3.

The value of IDLE_WORKLOAD is 2. No negative value here.

Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
---
block/cfq-iosched.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/block/cfq-iosched.c b/block/cfq-iosched.c
index a33bd43..344efa3 100644
--- a/block/cfq-iosched.c
+++ b/block/cfq-iosched.c
@@ -153,7 +153,7 @@ struct cfq_queue {

/*
* First index in the service_trees.
- * IDLE is handled separately, so it has negative index
+ * IDLE is handled separately.
*/
enum wl_prio_t {
BE_WORKLOAD = 0,
--
1.7.1


\
 
 \ /
  Last update: 2011-09-08 12:27    [W:0.027 / U:1.028 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site