Whamcloud - gitweb
- typo fixed
authoralex <alex>
Sun, 4 Sep 2005 23:19:20 +0000 (23:19 +0000)
committeralex <alex>
Sun, 4 Sep 2005 23:19:20 +0000 (23:19 +0000)
lustre/mds/handler.c

index 5630fe9..192e00b 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);
 }