Whamcloud - gitweb
LU-8035 obd: rename md_getstatus() to md_get_root()
[fs/lustre-release.git] / lustre / include / obd.h
index 31232e4..331f036 100644 (file)
@@ -1069,8 +1069,7 @@ struct md_ops {
 
 #define MD_STATS_LAST_OP m_revalidate_lock
 
-       int (*m_getstatus)(struct obd_export *, const char *fileset,
-                          struct lu_fid *);
+       int (*m_get_root)(struct obd_export *, const char *, struct lu_fid *);
        int (*m_null_inode)(struct obd_export *, const struct lu_fid *);
 
        int (*m_getattr_name)(struct obd_export *, struct md_op_data *,