]> sourceware.org Git - lvm2.git/commit
Add lv_activate_opts structure
authorZdenek Kabelac <zkabelac@redhat.com>
Fri, 17 Jun 2011 14:14:19 +0000 (14:14 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Fri, 17 Jun 2011 14:14:19 +0000 (14:14 +0000)
commit81beded3af44583de48868d0f2c02e9054d94006
tree03223be2d08c29144e1cc2717058e50f3af5e665
parent2b6ccfa30b420e2003541d721498ab303e996f2d
Add lv_activate_opts structure

To avoid modification of 'read-only' volume group structure
add a new structure to pass local data around the code for LV
activation.

As origin_only is one such flag - replace this parameter with new
struct lv_activate_opts.

More parameters might eventually become part of lv_activate_opts.
13 files changed:
WHATS_NEW
lib/activate/activate.c
lib/activate/activate.h
lib/activate/dev_manager.c
lib/activate/dev_manager.h
lib/error/errseg.c
lib/metadata/segtype.h
lib/mirror/mirrored.c
lib/replicator/replicator.c
lib/snapshot/snapshot.c
lib/striped/striped.c
lib/unknown/unknown.c
lib/zero/zero.c
This page took 0.033223 seconds and 5 git commands to generate.