From: yury Date: Fri, 16 Sep 2005 10:46:07 +0000 (+0000) Subject: - removed not needed error message X-Git-Tag: 1.4.10~500 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=b395e056e92b106864b71e9a13b84c5f80031d33;p=fs%2Flustre-release.git - removed not needed error message --- diff --git a/lustre/mds/mds_reint.c b/lustre/mds/mds_reint.c index eeaf846..7ae1ebf 100644 --- a/lustre/mds/mds_reint.c +++ b/lustre/mds/mds_reint.c @@ -2476,13 +2476,9 @@ cleanup: 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); - } else { - CERROR("error while unlinking object "DLID4", err %d\n", - OLID4(rec->ur_id1), rc); - } switch(cleanup_phase) { case 5: /* pending_dir semaphore */