[LU-8035] finish renaming MDS_GETSTATUS to MDS_GET_ROOT Created: 18/Apr/16 Updated: 13/May/16 Resolved: 13/May/16 |
|
| Status: | Resolved |
| Project: | Lustre |
| Component/s: | None |
| Affects Version/s: | Lustre 2.9.0 |
| Fix Version/s: | Lustre 2.9.0 |
| Type: | Bug | Priority: | Minor |
| Reporter: | John Hammond | Assignee: | John Hammond |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | easy, mdc, tech-debt | ||
| Severity: | 3 |
| Rank (Obsolete): | 9223372036854775807 |
| Description |
|
After http://review.whamcloud.com/5007 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. |
| Comments |
| Comment by Gerrit Updater [ 27/Apr/16 ] |
|
John L. Hammond (john.hammond@intel.com) uploaded a new patch: http://review.whamcloud.com/19824 |
| Comment by Gerrit Updater [ 11/May/16 ] |
|
Oleg Drokin (oleg.drokin@intel.com) merged in patch http://review.whamcloud.com/19824/ |
| Comment by Joseph Gmitter (Inactive) [ 13/May/16 ] |
|
Landed to master for 2.9.0 |