]> git.baikalelectronics.ru Git - kernel.git/commit
dm snapshot: fix oversights in optional discard support
authorMike Snitzer <snitzer@redhat.com>
Wed, 17 Jul 2019 15:12:30 +0000 (11:12 -0400)
committerMike Snitzer <snitzer@redhat.com>
Wed, 17 Jul 2019 15:12:30 +0000 (11:12 -0400)
commit25eb2545267ea0cdd33258fb1c88ad333819a155
treeba1c9bde48555434b3343143d2f84fcf8770c037
parent862f8ed94b184816e5f76e3056ab19e66c596fc9
dm snapshot: fix oversights in optional discard support

__find_snapshots_sharing_cow() should always be used with _origins_lock
held so fix snapshot_io_hints() accordingly.  Also, once a snapshot is
being merged discards must not be allowed -- otherwise incorrect or
duplicate work will be performed.

Fixes: ebcf89c7b4cfd5 ("dm snapshot: add optional discard support features")
Reported-by: Nikos Tsironis <ntsironis@arrikto.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-snap.c