Whamcloud - gitweb
LU-8955 cfg: reserve flags for SELinux status checking
[fs/lustre-release.git] / lustre / include / uapi / linux / lustre / lustre_cfg.h
index c71be81..af78b57 100644 (file)
@@ -35,6 +35,7 @@
 
 #include <linux/errno.h>
 #include <linux/kernel.h>
+#include <linux/types.h>
 /*
  * This is due to us being out of kernel and the way the OpenSFS branch
  * handles CFLAGS.
@@ -148,6 +149,8 @@ enum lcfg_command_type {
                                                 *  users
                                                 */
        LCFG_NODEMAP_MAP_MODE     = 0x00ce059, /**< set the mapping mode */
+       LCFG_NODEMAP_AUDIT_MODE   = 0x00ce05a, /**< set the audit mode */
+       LCFG_NODEMAP_SET_SEPOL    = 0x00ce05b, /**< set SELinux policy */
 };
 
 struct lustre_cfg_bufs {