Whamcloud - gitweb
LU-6349 ptlrpc: remove old protocol compatibility
[fs/lustre-release.git] / lustre / include / lustre_param.h
index f201515..9ccd63f 100644 (file)
@@ -27,7 +27,7 @@
  * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
  * Use is subject to license terms.
  *
- * Copyright (c) 2011, 2012, Intel Corporation.
+ * Copyright (c) 2011, 2014, Intel Corporation.
  */
 /*
  * This file is part of Lustre, http://www.lustre.org/
@@ -43,6 +43,9 @@
 #ifndef _LUSTRE_PARAM_H
 #define _LUSTRE_PARAM_H
 
+#include <libcfs/libcfs.h>
+#include <lnet/types.h>
+
 /** \defgroup param param
  *
  * @{
@@ -59,7 +62,7 @@ int class_find_param(char *buf, char *key, char **valp);
 struct cfg_interop_param *class_find_old_param(const char *param,
                                               struct cfg_interop_param *ptr);
 int class_get_next_param(char **params, char *copy);
-int class_match_param(char *buf, char *key, char **valp);
+int class_match_param(char *buf, const char *key, char **valp);
 int class_parse_nid(char *buf, lnet_nid_t *nid, char **endh);
 int class_parse_nid_quiet(char *buf, lnet_nid_t *nid, char **endh);
 int class_parse_net(char *buf, __u32 *net, char **endh);
@@ -100,21 +103,23 @@ int do_lcfg(char *cfgname, lnet_nid_t nid, int cmd,
 #define PARAM_ID_UPCALL                "identity_upcall="  /* identity upcall */
 
 /* Prefixes for parameters handled by obd's proc methods (XXX_process_config) */
-#define PARAM_OST                  "ost."
-#define PARAM_OSC                  "osc."
-#define PARAM_MDT                  "mdt."
-#define PARAM_MDD                  "mdd."
-#define PARAM_MDC                  "mdc."
-#define PARAM_LLITE                "llite."
-#define PARAM_LOV                  "lov."
+#define PARAM_OST              "ost."
+#define PARAM_OSD              "osd."
+#define PARAM_OSC              "osc."
+#define PARAM_MDT              "mdt."
+#define PARAM_HSM              "mdt.hsm."
+#define PARAM_MDD              "mdd."
+#define PARAM_MDC              "mdc."
+#define PARAM_LLITE            "llite."
+#define PARAM_LOV              "lov."
 #define PARAM_LOD              "lod."
 #define PARAM_OSP              "osp."
-#define PARAM_SYS                  "sys."              /* global */
-#define PARAM_SRPC                 "srpc."
-#define PARAM_SRPC_FLVR            "srpc.flavor."
-#define PARAM_SRPC_UDESC           "srpc.udesc.cli2mdt"
-#define PARAM_SEC                  "security."
-#define PARAM_QUOTA                "quota."            /* global */
+#define PARAM_SYS              "sys."          /* global */
+#define PARAM_SRPC             "srpc."
+#define PARAM_SRPC_FLVR                "srpc.flavor."
+#define PARAM_SRPC_UDESC       "srpc.udesc.cli2mdt"
+#define PARAM_SEC              "security."
+#define PARAM_QUOTA            "quota."        /* global */
 
 /** @} param */