diff options
Diffstat (limited to 'drivers/md')
-rw-r--r-- | drivers/md/dm-thin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-thin.c b/drivers/md/dm-thin.c index da2f0217df6..1791134cf47 100644 --- a/drivers/md/dm-thin.c +++ b/drivers/md/dm-thin.c | |||
@@ -72,7 +72,7 @@ | |||
72 | * missed out if the io covers the block. (schedule_copy). | 72 | * missed out if the io covers the block. (schedule_copy). |
73 | * | 73 | * |
74 | * iv) insert the new mapping into the origin's btree | 74 | * iv) insert the new mapping into the origin's btree |
75 | * (process_prepared_mappings). This act of inserting breaks some | 75 | * (process_prepared_mapping). This act of inserting breaks some |
76 | * sharing of btree nodes between the two devices. Breaking sharing only | 76 | * sharing of btree nodes between the two devices. Breaking sharing only |
77 | * effects the btree of that specific device. Btrees for the other | 77 | * effects the btree of that specific device. Btrees for the other |
78 | * devices that share the block never change. The btree for the origin | 78 | * devices that share the block never change. The btree for the origin |