dm snapshot: fix typo in snapshot_map() comment

Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
This commit is contained in:
Zhang Jiaming 2022-07-01 16:09:59 +08:00 committed by Mike Snitzer
parent ce92fc4b8b
commit 962c6296f0
1 changed files with 1 additions and 1 deletions

View File

@ -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
* writeable.
* writable.
*/
if (bio_data_dir(bio) == WRITE) {
pe = __lookup_pending_exception(s, chunk);