From: youfeng Date: Mon, 22 Dec 2003 03:31:52 +0000 (+0000) Subject: b=2074 X-Git-Tag: 1.0.2~19 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=12f196cc9dfd29f07aec3410c206dab244f6a02e;p=fs%2Flustre-release.git b=2074 r=Adilger Log: remove the '\n's not at the end of log lines --- diff --git a/lustre/ldlm/ldlm_lock.c b/lustre/ldlm/ldlm_lock.c index 669f9e7..c1d0923 100644 --- a/lustre/ldlm/ldlm_lock.c +++ b/lustre/ldlm/ldlm_lock.c @@ -399,7 +399,7 @@ void ldlm_add_ast_work_item(struct ldlm_lock *lock, struct ldlm_lock *new, w->w_data = data; w->w_datalen = datalen; if (new) { - LDLM_DEBUG(lock, "lock incompatible; sending blocking AST.\n"); + LDLM_DEBUG(lock, "lock incompatible; sending blocking AST."); lock->l_flags |= LDLM_FL_AST_SENT; /* If the enqueuing client said so, tell the AST recipient to * discard dirty data, rather than writing back. */ diff --git a/lustre/mds/mds_reint.c b/lustre/mds/mds_reint.c index 36438b8..bcddfd9 100644 --- a/lustre/mds/mds_reint.c +++ b/lustre/mds/mds_reint.c @@ -162,7 +162,7 @@ int mds_finish_transno(struct mds_obd *mds, struct inode *inode, void *handle, } DEBUG_REQ(log_pri, req, - "wrote trans #"LPU64" client %s at idx %u: err = %d\n", + "wrote trans #"LPU64" client %s at idx %u: err = %d", transno, mcd->mcd_uuid, med->med_idx, err); err = mds_lov_write_objids(obd); @@ -356,7 +356,7 @@ static int mds_reint_setattr(struct mds_update_record *rec, int offset, LASSERT(offset == 0); - DEBUG_REQ(D_INODE, req, "setattr "LPU64"/%u %x\n", rec->ur_fid1->id, + DEBUG_REQ(D_INODE, req, "setattr "LPU64"/%u %x", rec->ur_fid1->id, rec->ur_fid1->generation, rec->ur_iattr.ia_valid); MDS_CHECK_RESENT(req, reconstruct_reint_setattr(rec, offset, req)); @@ -507,7 +507,7 @@ static int mds_reint_create(struct mds_update_record *rec, int offset, LASSERT(offset == 0); LASSERT(!strcmp(req->rq_export->exp_obd->obd_type->typ_name, "mds")); - DEBUG_REQ(D_INODE, req, "parent "LPU64"/%u name %s mode %o\n", + DEBUG_REQ(D_INODE, req, "parent "LPU64"/%u name %s mode %o", rec->ur_fid1->id, rec->ur_fid1->generation, rec->ur_name, rec->ur_mode);