Whamcloud - gitweb
- typo fixed
[fs/lustre-release.git] / 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);
 }