Whamcloud - gitweb
LU-5092 nodemap: transfer nodemaps between MGS, MDTs, and OSTs
[fs/lustre-release.git] / lustre / mgc / mgc_internal.h
index 292a212..efbe0b8 100644 (file)
 #include <lustre_log.h>
 #include <lustre_export.h>
 
-#ifdef LPROCFS
-extern struct lprocfs_seq_vars lprocfs_mgc_obd_vars[];
+#ifdef CONFIG_PROC_FS
+extern struct lprocfs_vars lprocfs_mgc_obd_vars[];
 int lprocfs_mgc_rd_ir_state(struct seq_file *m, void *data);
-#endif  /* LPROCFS */
+#endif /* CONFIG_PROC_FS */
 
 int mgc_process_log(struct obd_device *mgc, struct config_llog_data *cld);
 
@@ -61,4 +61,9 @@ static inline int cld_is_recover(struct config_llog_data *cld)
         return cld->cld_type == CONFIG_T_RECOVER;
 }
 
+static inline int cld_is_nodemap(struct config_llog_data *cld)
+{
+       return cld->cld_type == CONFIG_T_NODEMAP;
+}
+
 #endif  /* _MGC_INTERNAL_H */