Whamcloud - gitweb
Land b1_4_smallfix onto b1_4 (20040530_1636)
authoradilger <adilger>
Mon, 31 May 2004 03:46:43 +0000 (03:46 +0000)
committeradilger <adilger>
Mon, 31 May 2004 03:46:43 +0000 (03:46 +0000)
- resynchronize MDS->OST in background (b=2824)
- fix rare problem with rename on htree directories (b=3417)
- fix htree endianness (b=3275)
- increase local configuration timeout for slow disks (b=3353)
- fix automake problems
- 2.6 update

lustre/mds/mds_unlink_open.c

index b0cc7ec..951c09f 100644 (file)
@@ -149,7 +149,7 @@ static int mds_osc_destroy_orphan(struct mds_obd *mds,
         rc = obd_destroy(mds->mds_osc_exp, oa, lsm, &oti);
         obdo_free(oa);
         if (rc)
-                CERROR("destroy orphan objid 0x"LPX64" on ost error "
+                CDEBUG(D_INODE, "destroy orphan objid 0x"LPX64" on ost error "
                        "%d\n", lsm->lsm_object_id, rc);
 out_free_memmd:
         obd_free_memmd(mds->mds_osc_exp, &lsm);
@@ -320,7 +320,7 @@ int mds_cleanup_orphans(struct obd_device *obd)
                         item ++;
                         CWARN("removed orphan %s from MDS and OST\n", d_name);
                 } else {
-                        CERROR("removed orphan %s from MDS and OST failed,"
+                        CDEBUG(D_INODE, "removed orphan %s from MDS/OST failed,"
                                " rc = %d\n", d_name, rc);
                         rc = 0;
                 }