Code reordering. Apply with: cd /usr/src/evms-2.4.0/ patch -p1 < lvm2_code_reorder.patch make install --- evms-2.4.0a/plugins/lvm2/lvm2.c 10 Sep 2004 17:13:46 -0000 +++ evms-2.4.0b/plugins/lvm2/lvm2.c 23 Sep 2004 20:47:23 -0000 @@ -38,8 +38,8 @@ **/ static int lvm2_setup_evms_plugin(engine_functions_t *functions) { - EngFncs = functions; int rc = 0; + EngFncs = functions; LOG_ENTRY();