]> sourceware.org Git - lvm2.git/commit
create separate lvmcache update functions for read and write
authorDavid Teigland <teigland@redhat.com>
Wed, 6 Feb 2019 18:10:13 +0000 (12:10 -0600)
committerDavid Teigland <teigland@redhat.com>
Fri, 7 Jun 2019 20:54:04 +0000 (15:54 -0500)
commit45b164f62cae25da3ac4b9f0d4f87ecaee1575fa
treed398880d198c9a0108a0fa014f3c831cdfbc74df
parent027e0e92e6edcde98fd951286c21a29f22f3ec20
create separate lvmcache update functions for read and write

The vg read and vg write cases need to update lvmcache
differently, so create separate functions for them.

The read case now handles checking for outdated mdas
and moves them aside into a new list to be repaired in
a subsequent commit.
lib/cache/lvmcache.c
lib/cache/lvmcache.h
lib/metadata/metadata.c
This page took 0.029655 seconds and 5 git commands to generate.