Whamcloud - gitweb
- removed not needed error message
authoryury <yury>
Fri, 16 Sep 2005 10:46:07 +0000 (10:46 +0000)
committeryury <yury>
Fri, 16 Sep 2005 10:46:07 +0000 (10:46 +0000)
lustre/mds/mds_reint.c

index eeaf846..7ae1ebf 100644 (file)
@@ -2476,13 +2476,9 @@ cleanup:
 
         rc = mds_finish_transno(mds, dparent ? dparent->d_inode : NULL,
                                 handle, req, rc, 0);
 
         rc = mds_finish_transno(mds, dparent ? dparent->d_inode : NULL,
                                 handle, req, rc, 0);
-        if (!rc) {
+        if (!rc)
                 (void)obd_set_info(mds->mds_dt_exp, strlen("unlinked"),
                                    "unlinked", 0, NULL);
                 (void)obd_set_info(mds->mds_dt_exp, strlen("unlinked"),
                                    "unlinked", 0, NULL);
-       } else {
-               CERROR("error while unlinking object "DLID4", err %d\n",
-                      OLID4(rec->ur_id1), rc);
-       }
         
         switch(cleanup_phase) {
         case 5: /* pending_dir semaphore */
         
         switch(cleanup_phase) {
         case 5: /* pending_dir semaphore */