/* Flags sent in AST lock_flags to be mapped into the receiving lock. */
#define LDLM_AST_FLAGS (LDLM_FL_DISCARD_DATA)
+/*
+ * --------------------------------------------------------------------------
+ * NOTE! Starting from this point, that is, LDLM_FL_* flags with values above
+ * 0x80000000 will not be sent over the wire.
+ * --------------------------------------------------------------------------
+ */
+
/* Lock marked with this flag is going to fail to obtain cp_ast with emulating
* -EINTR while waiting. */
#define LDLM_FL_FAIL_LOC 0x100000000ULL