summaryrefslogtreecommitdiff
path: root/lib/striped
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2006-05-16 16:48:31 +0000
committerAlasdair Kergon <agk@redhat.com>2006-05-16 16:48:31 +0000
commit2293567c8c92a93dc59004ff7dbc70a1ab7c9586 (patch)
treef22a87feaf2215403c304a604d6d8434f69175c7 /lib/striped
parent311d6d811bfcc0df7c8cb0b3b04940e7f4107a8c (diff)
downloadlvm2-2293567c8c92a93dc59004ff7dbc70a1ab7c9586.tar.gz
Fix lvcreate corelog validation.
Add --config for overriding most config file settings from cmdline. Quote arguments when printing command line. Remove linefeed from 'initialising logging' message. Add 'Completed' debug message. Don't attempt library exit after reloading config files. Always compile with libdevmapper, even if device-mapper is disabled.
Diffstat (limited to 'lib/striped')
-rw-r--r--lib/striped/striped.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/striped/striped.c b/lib/striped/striped.c
index f875bdf2c..2b83c77ab 100644
--- a/lib/striped/striped.c
+++ b/lib/striped/striped.c
@@ -153,7 +153,7 @@ static int _striped_merge_segments(struct lv_segment *seg1, struct lv_segment *s
#ifdef DEVMAPPER_SUPPORT
static int _striped_add_target_line(struct dev_manager *dm,
struct dm_pool *mem __attribute((unused)),
- struct config_tree *cft __attribute((unused)),
+ struct cmd_context *cmd __attribute((unused)),
void **target_state __attribute((unused)),
struct lv_segment *seg,
struct dm_tree_node *node, uint64_t len,