diff options
| author | Christoph Hellwig <[email protected]> | 2016-09-19 11:24:37 +1000 |
|---|---|---|
| committer | Dave Chinner <[email protected]> | 2016-09-19 11:24:37 +1000 |
| commit | ecd50729f772f0b982ddbb76c16ee4bc8f495e17 (patch) | |
| tree | 731e4b75b21a1f1fff2c1c1718dde8f690ba8fae /include/linux | |
| parent | 51446f5ba44874db4d2a93a6eb61b133e5ec1b3e (diff) | |
iomap: add IOMAP_F_NEW flag
Signed-off-by: Christoph Hellwig <[email protected]>
Reviewed-by: Ross Zwisler <[email protected]>
Signed-off-by: Dave Chinner <[email protected]>
Diffstat (limited to 'include/linux')
| -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 3d70ece10313..14d7067f8b06 100644 --- a/include/linux/iomap.h +++ b/include/linux/iomap.h @@ -22,6 +22,7 @@ struct vm_fault; * Flags for iomap mappings: */ #define IOMAP_F_MERGED 0x01 /* contains multiple blocks/extents */ +#define IOMAP_F_NEW 0x02 /* blocks have been newly allocated */ /* * Magic value for blkno: |