From 97d3a80951bd50d310ae7cde6b348c3f79051331 Mon Sep 17 00:00:00 2001 From: adilger Date: Thu, 2 Apr 2009 04:35:12 +0000 Subject: [PATCH] Branch b1_8 Update comment. --- lustre/mdc/mdc_request.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/mdc/mdc_request.c b/lustre/mdc/mdc_request.c index 2cfc156..26a5090 100644 --- a/lustre/mdc/mdc_request.c +++ b/lustre/mdc/mdc_request.c @@ -113,7 +113,7 @@ static int send_getstatus(struct obd_export *exp, struct ll_fid *rootfid, return rc; } -/* This should be mdc_get_info("rootfid") */ +/* This should be mdc_get_info("ROOT") */ int mdc_getstatus(struct obd_export *exp, struct ll_fid *rootfid) { return send_getstatus(exp, rootfid, LUSTRE_IMP_FULL, 0); -- 1.8.3.1