]> sourceware.org Git - lvm2.git/commit
thin: correct ptr test for thin snapshot merging
authorZdenek Kabelac <zkabelac@redhat.com>
Tue, 9 Mar 2021 15:23:08 +0000 (16:23 +0100)
committerZdenek Kabelac <zkabelac@redhat.com>
Wed, 10 Mar 2021 00:09:14 +0000 (01:09 +0100)
commit413a114cdbb1fa0c198fb9a3f71d47dcb3d5e28d
tree39bfad4172b57828da0b388a64c369a6af239ca0
parentb2616cd45670866b4f5b46675fe3f1563eea3415
thin: correct ptr test for thin snapshot merging

The correct test needs to actually check  'lv->snapshot' is not NULL,
so the 'find_snapshot()' can work.

Test lv_is_snapshot was actually irrelavant for this case.

Also initialize device_id.
tools/lvconvert_poll.c
This page took 0.031966 seconds and 5 git commands to generate.