btrfs: rename EXTENT_BUFFER_NO_CHECK to EXTENT_BUFFER_ZONED_ZEROOUT
[linux-2.6-block.git] / fs / btrfs / extent_io.h
index 8eac8384b24c09debd357b703e36d5d14283fd74..021040b3117e365552b9d0aa4d6a39a0dc97e5ba 100644 (file)
@@ -28,7 +28,8 @@ enum {
        EXTENT_BUFFER_IN_TREE,
        /* write IO error */
        EXTENT_BUFFER_WRITE_ERR,
-       EXTENT_BUFFER_NO_CHECK,
+       /* Indicate the extent buffer is written zeroed out (for zoned) */
+       EXTENT_BUFFER_ZONED_ZEROOUT,
        /* Indicate that extent buffer pages a being read */
        EXTENT_BUFFER_READING,
 };