io_uring/kbuf: rename REQ_F_PARTIAL_IO to REQ_F_BL_NO_RECYCLE
[linux-2.6-microblaze.git] / include / linux / blk_types.h
index 7c2316c..f288c94 100644 (file)
@@ -378,6 +378,8 @@ enum req_op {
        REQ_OP_DISCARD          = (__force blk_opf_t)3,
        /* securely erase sectors */
        REQ_OP_SECURE_ERASE     = (__force blk_opf_t)5,
+       /* write data at the current zone write pointer */
+       REQ_OP_ZONE_APPEND      = (__force blk_opf_t)7,
        /* write the zero filled sector many times */
        REQ_OP_WRITE_ZEROES     = (__force blk_opf_t)9,
        /* Open a zone */
@@ -386,12 +388,10 @@ enum req_op {
        REQ_OP_ZONE_CLOSE       = (__force blk_opf_t)11,
        /* Transition a zone to full */
        REQ_OP_ZONE_FINISH      = (__force blk_opf_t)12,
-       /* write data at the current zone write pointer */
-       REQ_OP_ZONE_APPEND      = (__force blk_opf_t)13,
        /* reset a zone write pointer */
-       REQ_OP_ZONE_RESET       = (__force blk_opf_t)15,
+       REQ_OP_ZONE_RESET       = (__force blk_opf_t)13,
        /* reset all the zone present on the device */
-       REQ_OP_ZONE_RESET_ALL   = (__force blk_opf_t)17,
+       REQ_OP_ZONE_RESET_ALL   = (__force blk_opf_t)15,
 
        /* Driver private requests */
        REQ_OP_DRV_IN           = (__force blk_opf_t)34,