Whamcloud - gitweb
LU-8035 obd: rename md_getstatus() to md_get_root()
[fs/lustre-release.git] / lustre / lmv / lmv_obd.c
index 0b7a1f0..b112966 100644 (file)
@@ -1498,9 +1498,8 @@ out_free_temp:
         return rc;
 }
 
-static int lmv_getstatus(struct obd_export *exp,
-                        const char *fileset,
-                        struct lu_fid *fid)
+static int lmv_get_root(struct obd_export *exp, const char *fileset,
+                       struct lu_fid *fid)
 {
         struct obd_device    *obd = exp->exp_obd;
         struct lmv_obd       *lmv = &obd->u.lmv;
@@ -3331,7 +3330,7 @@ struct obd_ops lmv_obd_ops = {
 };
 
 struct md_ops lmv_md_ops = {
-        .m_getstatus            = lmv_getstatus,
+       .m_get_root             = lmv_get_root,
         .m_null_inode          = lmv_null_inode,
         .m_close                = lmv_close,
         .m_create               = lmv_create,