Whamcloud - gitweb
- fixed lossing error code in llog processing during zconf mount. This caused
authoryury <yury>
Fri, 8 Apr 2005 08:24:21 +0000 (08:24 +0000)
committeryury <yury>
Fri, 8 Apr 2005 08:24:21 +0000 (08:24 +0000)
accessing not initialized MDCs in the case of errors.

lustre/llite/llite_lib.c

index 31b2468..f75a66a 100644 (file)
@@ -576,7 +576,7 @@ static int lustre_process_log(struct lustre_mount_data *lmd, char *profile,
         if (rc)
                 CERROR("class_config_process_llog failed: rc = %d\n", rc);
 
-        rc = obd_disconnect(exp, 0);
+        err = obd_disconnect(exp, 0);
         
         EXIT;
 out_cleanup: