Whamcloud - gitweb
- mds_postrecov_common() can return number of cleaned orphans as a success
authoralex <alex>
Sun, 4 Sep 2005 22:23:38 +0000 (22:23 +0000)
committeralex <alex>
Sun, 4 Sep 2005 22:23:38 +0000 (22:23 +0000)
lustre/mds/handler.c

index 2e59dab..5630fe9 100644 (file)
@@ -3875,7 +3875,7 @@ int mds_postrecov(struct obd_device *obd)
         int rc;
         ENTRY;
         rc = mds_postrecov_common(obd);
-        if (rc == 0)
+        if (rc => 0)
                 rc = mds_md_reconnect(obd);
         RETURN(rc);
 }