]> 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)
commit5ac0fdd9242c98d90ae0e0bb1d853a9f915a1a0c
tree9190b93689e601d90393d3fd40393540d7352901
parentb33c7a4597c4fd84fc3c076925478441183622af
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.037821 seconds and 5 git commands to generate.