Whamcloud - gitweb
remove unused variable
authorjacob <jacob>
Mon, 27 Jun 2005 23:54:51 +0000 (23:54 +0000)
committerjacob <jacob>
Mon, 27 Jun 2005 23:54:51 +0000 (23:54 +0000)
lustre/mds/mds_fs.c

index 329f900..9ab3066 100644 (file)
@@ -529,7 +529,7 @@ int mds_fs_cleanup(struct obd_device *obd)
 {
         struct mds_obd *mds = &obd->u.mds;
         struct lvfs_run_ctxt saved;
-        int i, rc = 0;
+        int rc = 0;
 
         if (obd->obd_fail)
                 CERROR("%s: shutting down for failover; client state will"