Whamcloud - gitweb
Branch b1_8
authoradilger <adilger>
Thu, 2 Apr 2009 04:35:12 +0000 (04:35 +0000)
committeradilger <adilger>
Thu, 2 Apr 2009 04:35:12 +0000 (04:35 +0000)
Update comment.

lustre/mdc/mdc_request.c

index 2cfc156..26a5090 100644 (file)
@@ -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);