btrfs: rename PagePrivate2 to PageOrdered inside btrfs
[sfrench/cifs-2.6.git] / fs / btrfs / extent_io.h
index 946d09caa5925485baeddcf84cf7483148774894..62027f551b4456caa394b288f69cf846b3b65861 100644 (file)
@@ -39,7 +39,7 @@ enum {
 /* Page starts writeback, clear dirty bit and set writeback bit */
 #define PAGE_START_WRITEBACK   (1 << 1)
 #define PAGE_END_WRITEBACK     (1 << 2)
-#define PAGE_SET_PRIVATE2      (1 << 3)
+#define PAGE_SET_ORDERED       (1 << 3)
 #define PAGE_SET_ERROR         (1 << 4)
 #define PAGE_LOCK              (1 << 5)