diff options
Diffstat (limited to 'include/linux/iomap.h')
-rw-r--r-- | include/linux/iomap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/iomap.h b/include/linux/iomap.h index c74226a738a3..e63e288dee83 100644 --- a/include/linux/iomap.h +++ b/include/linux/iomap.h | |||
@@ -23,6 +23,7 @@ struct vm_fault; | |||
23 | */ | 23 | */ |
24 | #define IOMAP_F_MERGED 0x01 /* contains multiple blocks/extents */ | 24 | #define IOMAP_F_MERGED 0x01 /* contains multiple blocks/extents */ |
25 | #define IOMAP_F_SHARED 0x02 /* block shared with another file */ | 25 | #define IOMAP_F_SHARED 0x02 /* block shared with another file */ |
26 | #define IOMAP_F_NEW 0x04 /* blocks have been newly allocated */ | ||
26 | 27 | ||
27 | /* | 28 | /* |
28 | * Magic value for blkno: | 29 | * Magic value for blkno: |