iomap: add IOMAP_F_NEW flag
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Ross Zwisler <ross.zwisler@linux.intel.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:

committed by
Dave Chinner

parent
51446f5ba4
commit
ecd50729f7
@@ -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:
|
||||
|
Reference in New Issue
Block a user