diff options
| author | Christian Brauner <brauner@kernel.org> | 2025-03-06 12:59:18 +0300 |
|---|---|---|
| committer | Christian Brauner <brauner@kernel.org> | 2025-03-06 12:59:18 +0300 |
| commit | 1743d385e704c41ef028697ef44eeab987d5f5a2 (patch) | |
| tree | ececf9769480028751a4ae7ceb47c9f633c950b3 /include | |
| parent | 53cfafdd1530f86c2ef8ecbbcb9aeae4da115cb2 (diff) | |
| parent | 13368df520f1d36c33b394553368cb23ae4afc18 (diff) | |
| download | linux-1743d385e704c41ef028697ef44eeab987d5f5a2.tar.xz | |
Merge branch 'vfs-6.15.shared.iomap' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs
Bring in iomap changes that xfs relies on.
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'include')
| -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 1fd66bc29cc1..ea29388b2fba 100644 --- a/include/linux/iomap.h +++ b/include/linux/iomap.h @@ -190,6 +190,7 @@ struct iomap_folio_ops { #define IOMAP_DAX 0 #endif /* CONFIG_FS_DAX */ #define IOMAP_ATOMIC (1 << 9) +#define IOMAP_DONTCACHE (1 << 10) struct iomap_ops { /* |
