]> 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)
commit788b9bfdc76052759dc138dc942c9ca3e0763e88
tree98fe717518bb707a60b45500e0e513fcdb40b768
parent41cc3b216d9a151935113b9469aa20ce6677fd95
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.034485 seconds and 5 git commands to generate.