]> sourceware.org Git - lvm2.git/commit
Add del_pvl_from_vgs() and move prototypes into metadata-exported.h
authorDave Wysochanski <dwysocha@redhat.com>
Tue, 13 Apr 2010 17:25:44 +0000 (17:25 +0000)
committerDave Wysochanski <dwysocha@redhat.com>
Tue, 13 Apr 2010 17:25:44 +0000 (17:25 +0000)
commit8cfd64de78719d8913b7858de9fdecc7486e3994
tree9190b93689e601d90393d3fd40393540d7352901
parenta6a494150427c23e09b594be5c7268325a99122a
Add del_pvl_from_vgs() and move prototypes into metadata-exported.h

Add a delete function to manage the vg->pvs list.

NOTE: It may be possible to do further cleanup to these add/del functions
by passing a 'pv' as input instead of 'pv_list'.  The pv_list is used for
functions which do allocations (lvcreate) while other places in the code
just manage a list of 'pv' (e.g. import functions, vgextend, etc).

Signed-off-by: Dave Wysochanski <dwysocha@redhat.com>
lib/metadata/metadata-exported.h
lib/metadata/metadata.c
lib/metadata/metadata.h
This page took 0.030456 seconds and 5 git commands to generate.