mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-12 00:43:36 -04:00
Merge branch 'iomap-4.9-dax' into for-next
This commit is contained in:
commit
a1f45e668e
13 changed files with 466 additions and 124 deletions
|
@ -23,6 +23,7 @@ struct vm_fault;
|
|||
*/
|
||||
#define IOMAP_F_MERGED 0x01 /* contains multiple blocks/extents */
|
||||
#define IOMAP_F_SHARED 0x02 /* block shared with another file */
|
||||
#define IOMAP_F_NEW 0x04 /* blocks have been newly allocated */
|
||||
|
||||
/*
|
||||
* Magic value for blkno:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue