Whamcloud - gitweb
b=11742 FSX checksum false positves due to mmap IO
[fs/lustre-release.git] / lustre / include / lustre / lustre_idl.h
index 567ebb8..2eaa676 100644 (file)
@@ -1182,6 +1182,7 @@ enum obdo_flags {
         OBD_FL_CKSUM_RSVD2  = 0x00008000, /* for future cksum types */
         OBD_FL_CKSUM_RSVD3  = 0x00010000, /* for future cksum types */
         OBD_FL_SHRINK_GRANT = 0x00020000, /* object shrink the grant */
+        OBD_FL_MMAP         = 0x00040000, /* object is mmapped on the client */
 
         OBD_FL_CKSUM_ALL    = OBD_FL_CKSUM_CRC32 | OBD_FL_CKSUM_ADLER,