Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.9.0
-
3
-
9223372036854775807
Description
After http://review.whamcloud.com/5007 LU-28 fileset: add fileset mount support landed we still have several things named *_getstatus:
lustre/include/obd.h: int (*m_getstatus)(struct obd_export *, const char *fileset, lustre/include/obd_class.h: EXP_CHECK_MD_OP(exp, getstatus); lustre/include/obd_class.h: EXP_MD_COUNTER_INCREMENT(exp, getstatus); lustre/include/obd_class.h: rc = MDP(exp->exp_obd, getstatus)(exp, fileset, fid); lustre/lmv/lmv_obd.c:static int lmv_getstatus(struct obd_export *exp, lustre/lmv/lmv_obd.c: .m_getstatus = lmv_getstatus, lustre/mdc/mdc_request.c: .m_getstatus = mdc_get_root, lustre/obdclass/lprocfs_status.c: LPROCFS_MD_OP_INIT(num_private_stats, stats, getstatus);
These should be renamed *_get_root.