Whamcloud - gitweb
- added a comment about LDLM_FL_* flags at Adilger's request.
authoryury <yury>
Tue, 27 Jan 2009 14:27:23 +0000 (14:27 +0000)
committeryury <yury>
Tue, 27 Jan 2009 14:27:23 +0000 (14:27 +0000)
lustre/include/lustre_dlm.h

index 9431789..708d3c3 100644 (file)
@@ -184,6 +184,13 @@ typedef enum {
 /* 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