summaryrefslogtreecommitdiff
path: root/extent_io.h
diff options
context:
space:
mode:
Diffstat (limited to 'extent_io.h')
-rw-r--r--extent_io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/extent_io.h b/extent_io.h
index 94a42bf5..9153a556 100644
--- a/extent_io.h
+++ b/extent_io.h
@@ -95,7 +95,7 @@ struct extent_buffer {
struct list_head lru;
struct list_head recow;
int refs;
- int flags;
+ u32 flags;
int fd;
char data[];
};