Commit 9e39e1d8 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Revert "Added BLOCK_FLAG_TYPE_MASK define (helper)."

This reverts commit 7a587985.
parent 7a587985
...@@ -79,9 +79,6 @@ typedef struct block_sys_t block_sys_t; ...@@ -79,9 +79,6 @@ typedef struct block_sys_t block_sys_t;
/** This block is corrupted and/or there is data loss */ /** This block is corrupted and/or there is data loss */
#define BLOCK_FLAG_CORRUPTED 0x1000 #define BLOCK_FLAG_CORRUPTED 0x1000
#define BLOCK_FLAG_TYPE_MASK \
(BLOCK_FLAG_TYPE_I|BLOCK_FLAG_TYPE_P|BLOCK_FLAG_TYPE_B|BLOCK_FLAG_TYPE_PB)
#define BLOCK_FLAG_PRIVATE_MASK 0xffff0000 #define BLOCK_FLAG_PRIVATE_MASK 0xffff0000
#define BLOCK_FLAG_PRIVATE_SHIFT 16 #define BLOCK_FLAG_PRIVATE_SHIFT 16
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment