[lvm-devel] [PATCH] Enable use new multi-segment registration for static segments too.

Milan Broz mbroz at redhat.com
Tue Jul 14 11:21:29 UTC 2009


Enable use new multi-segment registration for static segments.

so it allows adding code like:

#ifdef MYNEWSEG_INTERNAL
	if (!init_mynewseg_segtypes(&seglib))
			return 0;
#endif

Signed-off-by: Milan Broz <mbroz at redhat.com>
---
 lib/commands/toolcontext.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/commands/toolcontext.c b/lib/commands/toolcontext.c
index 7658c47..76802ab 100644
--- a/lib/commands/toolcontext.c
+++ b/lib/commands/toolcontext.c
@@ -855,10 +855,10 @@ static int _init_single_segtype(struct segtype_library *seglib)
 static int _init_segtypes(struct cmd_context *cmd)
 {
 	struct segment_type *segtype;
+	struct segtype_library seglib = { .cmd = cmd };
 
 #ifdef HAVE_LIBDL
 	const struct config_node *cn;
-	struct segtype_library seglib;
 #endif
 
 	if (!(segtype = init_striped_segtype(cmd)))





More information about the lvm-devel mailing list