lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Thu, 08 Sep 2011 18:24:08 +0800
From:	Wang Sheng-Hui <shhuiw@...il.com>
To:	Jens Axboe <axboe@...nel.dk>, linux-kernel@...r.kernel.org
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@...il.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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ