summaryrefslogtreecommitdiffstats
path: root/drivers/md
diff options
context:
space:
mode:
authorJoe Thornber2012-03-28 19:41:24 +0200
committerAlasdair G Kergon2012-03-28 19:41:24 +0200
commitfe878f34df89ad4af758f40bbec829807dc93a00 (patch)
treeeaa377c640fd595391491725ab477f29062374b1 /drivers/md
parentdm raid: no longer experimental (diff)
downloadkernel-qcow2-linux-fe878f34df89ad4af758f40bbec829807dc93a00.tar.gz
kernel-qcow2-linux-fe878f34df89ad4af758f40bbec829807dc93a00.tar.xz
kernel-qcow2-linux-fe878f34df89ad4af758f40bbec829807dc93a00.zip
dm thin: correct comments
Remove documentation for unimplemented 'trim' message. I'd planned a 'trim' target message for shrinking thin devices, but this is better handled via the discard ioctl. Signed-off-by: Joe Thornber <ejt@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Diffstat (limited to 'drivers/md')
-rw-r--r--drivers/md/dm-thin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-thin.c b/drivers/md/dm-thin.c
index da2f0217df66..1791134cf477 100644
--- a/drivers/md/dm-thin.c
+++ b/drivers/md/dm-thin.c
@@ -72,7 +72,7 @@
* missed out if the io covers the block. (schedule_copy).
*
* iv) insert the new mapping into the origin's btree
- * (process_prepared_mappings). This act of inserting breaks some
+ * (process_prepared_mapping). This act of inserting breaks some
* sharing of btree nodes between the two devices. Breaking sharing only
* effects the btree of that specific device. Btrees for the other
* devices that share the block never change. The btree for the origin