Whamcloud - gitweb
LU-14470 dne: striped mkdir replay by client request
[fs/lustre-release.git] / lustre / include / uapi / linux / lustre / lustre_param.h
index 022d253..e9df823 100644 (file)
@@ -27,7 +27,6 @@
  */
 /*
  * This file is part of Lustre, http://www.lustre.org/
- * Lustre is a trademark of Sun Microsystems, Inc.
  *
  * User-settable parameter keys
  *
@@ -69,6 +68,9 @@
 #define PARAM_ACTIVE               "active="           /* activate/deactivate */
 #define PARAM_NETWORK              "network="          /* bind on nid */
 #define PARAM_ID_UPCALL                "identity_upcall="  /* identity upcall */
+#define PARAM_ROOTSQUASH          "root_squash="      /* root squash */
+#define PARAM_NOSQUASHNIDS        "nosquash_nids="    /* no squash nids */
+#define PARAM_AUTODEGRADE         "autodegrade="      /* autodegrade OST's */
 
 /* Prefixes for parameters handled by obd's proc methods (XXX_process_config) */
 #define PARAM_OST              "ost."