From: adilger Date: Thu, 2 Apr 2009 04:35:12 +0000 (+0000) Subject: Branch b1_8 X-Git-Tag: v1_8_0_110~138 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=97d3a80951bd50d310ae7cde6b348c3f79051331;p=fs%2Flustre-release.git Branch b1_8 Update comment. --- 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);