]> sourceware.org Git - lvm2.git/commit
Remove unnecessary parameter from import_pool_pvs().
authorDave Wysochanski <dwysocha@redhat.com>
Tue, 13 Apr 2010 17:25:13 +0000 (17:25 +0000)
committerDave Wysochanski <dwysocha@redhat.com>
Tue, 13 Apr 2010 17:25:13 +0000 (17:25 +0000)
commitf6644ff8fe53208455a8b845796dde96f3aee870
tree98fe717518bb707a60b45500e0e513fcdb40b768
parent94b713df08b05141a50beb201c33173cdf5d65f5
Remove unnecessary parameter from import_pool_pvs().

The dm_list * parameter is unnecessary since we are passing in 'vg'
and the only caller of import_pool_pvs() passes '&vg->pvs' in the
dm_list * parameter.  Just use vg->pvs directly in the function.

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