staging: lustre: brw: added OBDO short io flag
authorAlexander Boyko <[email protected]>
Thu, 28 Apr 2016 16:07:33 +0000 (12:07 -0400)
committerGreg Kroah-Hartman <[email protected]>
Fri, 29 Apr 2016 04:55:26 +0000 (21:55 -0700)
To prevent collisions with any future flags needed in features written
against this branch.

Signed-off-by: Alexander Boyko <[email protected]>
Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-1757
Xyratex-bug-id: MRP-1460
Reviewed-on: http://review.whamcloud.com/8182
Reviewed-by: Andreas Dilger <[email protected]>
Reviewed-by: Vitaly Fertman <[email protected]>
Signed-off-by: James Simmons <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/staging/lustre/lustre/include/lustre/lustre_idl.h

index 0ef540aebafbff45266ab7ef4af5219353ecfa7b..9185ed2c4650c97cd68fddbe132aa8da3c913f46 100644 (file)
@@ -1433,6 +1433,7 @@ enum obdo_flags {
        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 */
+       OBD_FL_SHORT_IO     = 0x00400000, /* short io request */
 
        /* 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.