* [PATCH] cleanup: fix the comment for field num_discard_requests of struct dm_target
@ 2011-09-13 10:29 Wang Sheng-Hui
0 siblings, 0 replies; only message in thread
From: Wang Sheng-Hui @ 2011-09-13 10:29 UTC (permalink / raw)
To: Mike Snitzer, Alasdair G Kergon, NeilBrown, Jonathan Brassow,
Jens Axboe, dm-devel, linux-kernel
The patch is against 3.1-rc6
Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-09-13 10:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-13 10:29 [PATCH] cleanup: fix the comment for field num_discard_requests of struct dm_target Wang Sheng-Hui
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox