Whamcloud - gitweb
LU-3647 hsm: Add support to drop all pages for ll_data_version
[fs/lustre-release.git] / lustre / include / lustre / lustre_idl.h
index 8bff3f0..2d05bea 100644 (file)
@@ -1510,6 +1510,7 @@ enum obdo_flags {
                                            * clients prior than 2.2 */
         OBD_FL_RECOV_RESEND = 0x00080000, /* recoverable resent */
         OBD_FL_NOSPC_BLK    = 0x00100000, /* no more block space on OST */
+       OBD_FL_FLUSH        = 0x00200000, /* flush pages on the OST */
 
         /* Note that while these checksum values are currently separate bits,
          * in 2.x we can actually allow all values from 1-31 if we wanted. */