Whamcloud - gitweb
b=15253 add conf_param -d to remove permanent settings
[fs/lustre-release.git] / lustre / include / lustre_cfg.h
index df002e0..f1b103a 100644 (file)
 #ifndef _LUSTRE_CFG_H
 #define _LUSTRE_CFG_H
 
+/** \defgroup cfg cfg
+ *
+ * @{
+ */
+
 /*
  * 1cf6
  * lcfG
@@ -89,9 +94,6 @@ struct lustre_cfg_bufs {
         __u32    lcfg_bufcount;
 };
 
-/* Mountconf transitional hack, should go away after 1.6 */
-#define LCFG_FLG_MOUNTCONF 0x400
-
 struct lustre_cfg {
         __u32 lcfg_version;
         __u32 lcfg_command;
@@ -287,4 +289,6 @@ static inline int lustre_cfg_sanity_check(void *buf, int len)
 
 #define INVALID_UID     (-1)
 
+/** @} cfg */
+
 #endif // _LUSTRE_CFG_H