diff options
author | Zhang Jiaming <jiaming@nfschina.com> | 2022-07-01 10:09:59 +0200 |
---|---|---|
committer | Mike Snitzer <snitzer@kernel.org> | 2022-07-07 17:49:39 +0200 |
commit | 962c6296f05418bcb48a4577d8bbfce9a1139543 (patch) | |
tree | cc812fffd0378cf003ecaa9f73320ee610fbd9ba /drivers/md/dm-snap.c | |
parent | dm raid: remove redundant "the" in parse_raid_params() comment (diff) | |
download | linux-962c6296f05418bcb48a4577d8bbfce9a1139543.tar.xz linux-962c6296f05418bcb48a4577d8bbfce9a1139543.zip |
dm snapshot: fix typo in snapshot_map() comment
Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Diffstat (limited to 'drivers/md/dm-snap.c')
-rw-r--r-- | drivers/md/dm-snap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-snap.c b/drivers/md/dm-snap.c index 0d336b5ec571..d1c2f84d27e3 100644 --- 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 - * writeable. + * writable. */ if (bio_data_dir(bio) == WRITE) { pe = __lookup_pending_exception(s, chunk); |