projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce92fc4
)
dm snapshot: fix typo in snapshot_map() comment
author
Zhang Jiaming
<jiaming@nfschina.com>
Fri, 1 Jul 2022 08:09:59 +0000
(16:09 +0800)
committer
Mike Snitzer
<snitzer@kernel.org>
Thu, 7 Jul 2022 15:49:39 +0000
(11:49 -0400)
Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
drivers/md/dm-snap.c
patch
|
blob
|
history
diff --git
a/drivers/md/dm-snap.c
b/drivers/md/dm-snap.c
index 0d336b5ec5714eb1d182b889cd13467c84f3f5a2..d1c2f84d27e364f26ea287626791bd0233904df5 100644
(file)
--- a/
drivers/md/dm-snap.c
+++ b/
drivers/md/dm-snap.c
@@
-2026,7
+2026,7
@@
static int snapshot_map(struct dm_target *ti, struct bio *bio)
/*
* Write to snapshot - higher level takes care of RW/RO
* flags so we should only get this if we are
- * writ
e
able.
+ * writable.
*/
if (bio_data_dir(bio) == WRITE) {
pe = __lookup_pending_exception(s, chunk);