[<prev] [next>] [day] [month] [year] [list]
Message-ID: <4E6F3091.1060701@gmail.com>
Date: Tue, 13 Sep 2011 18:29:37 +0800
From: Wang Sheng-Hui <shhuiw@...il.com>
To: Mike Snitzer <snitzer@...hat.com>,
Alasdair G Kergon <agk@...hat.com>,
NeilBrown <neilb@...e.de>,
Jonathan Brassow <jbrassow@...hat.com>,
Jens Axboe <jaxboe@...ionio.com>, dm-devel@...hat.com,
linux-kernel@...r.kernel.org
Subject: [PATCH] cleanup: fix the comment for field num_discard_requests of
struct dm_target
The patch is against 3.1-rc6
Signed-off-by: Wang Sheng-Hui <shhuiw@...il.com>
---
include/linux/device-mapper.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/include/linux/device-mapper.h b/include/linux/device-mapper.h
index 3fa1f3d..a54aba2 100644
--- a/include/linux/device-mapper.h
+++ b/include/linux/device-mapper.h
@@ -182,7 +182,8 @@ struct dm_target {
/*
* The number of discard requests that will be submitted to the
- * target. map_info->request_nr is used just like num_flush_requests.
+ * target. map_info->target_request_nr is used just like
+ * num_flush_requests.
*/
unsigned num_discard_requests;
--
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