From 58752647cce7f6fddb67c6894309dbbea49811f5 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 3 Jun 2005 08:30:48 +0000 Subject: [PATCH] - remove non-needed CERROR --- lustre/mds/mds_reint.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lustre/mds/mds_reint.c b/lustre/mds/mds_reint.c index a7c7027..f65eb1c 100644 --- a/lustre/mds/mds_reint.c +++ b/lustre/mds/mds_reint.c @@ -406,7 +406,7 @@ static int mds_reint_setattr(struct mds_update_record *rec, int offset, struct obd_device *obd = req->rq_export->exp_obd; struct mds_export_data *med = &req->rq_export->u.eu_mds_data; struct mds_body *body; - struct dentry *de; + struct dentry *de = NULL; struct inode *inode = NULL; struct lustre_handle lockh[2] = {{0}, {0}}; int parent_mode; @@ -809,7 +809,8 @@ static int mds_reint_create(struct mds_update_record *rec, int offset, rc = vfs_mkdir(dir, dchild, rec->ur_mode); if (rc) { - CERROR("Can't create dir \"%s\", rc = %d\n", + CDEBUG(D_OTHER, + "Can't create dir \"%s\", rc = %d\n", dchild->d_name.name, rc); GOTO(cleanup, rc); } -- 1.8.3.1