From ccc31f1d9848806f08cb8c7681ddcde1f2c6d768 Mon Sep 17 00:00:00 2001 From: tappro Date: Thu, 24 Jul 2008 11:37:35 +0000 Subject: [PATCH] - land b_ver_recov --- lustre/mdc/mdc_request.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/mdc/mdc_request.c b/lustre/mdc/mdc_request.c index 615ccff..e79f41a 100644 --- a/lustre/mdc/mdc_request.c +++ b/lustre/mdc/mdc_request.c @@ -598,7 +598,7 @@ static void mdc_replay_open(struct ptlrpc_request *req) EXIT; return; } - DEBUG_REQ(D_ERROR, req, "mdc open data found"); + DEBUG_REQ(D_INFO, req, "mdc open data found"); och = mod->mod_och; if (och != NULL) { @@ -1071,7 +1071,7 @@ static int mdc_statfs(struct obd_device *obd, struct obd_statfs *osfs, up_read(&obd->u.cli.cl_sem); if (!imp) RETURN(-ENODEV); - + /* We could possibly pass max_age in the request (as an absolute * timestamp or a "seconds.usec ago") so the target can avoid doing -- 1.8.3.1