From: tappro Date: Thu, 24 Jul 2008 11:37:35 +0000 (+0000) Subject: - land b_ver_recov X-Git-Tag: v1_7_72~1^66~3 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=ccc31f1d9848806f08cb8c7681ddcde1f2c6d768;p=fs%2Flustre-release.git - land b_ver_recov --- 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