diff options
| author | Christian Brauner <brauner@kernel.org> | 2025-02-27 13:28:00 +0300 |
|---|---|---|
| committer | Christian Brauner <brauner@kernel.org> | 2025-02-27 13:28:00 +0300 |
| commit | 13368df520f1d36c33b394553368cb23ae4afc18 (patch) | |
| tree | 5a0df3262eba054d5ab536719563650d11485daa /include/linux | |
| parent | 2014c95afecee3e76ca4a56956a936e23283f05b (diff) | |
| parent | 974c5e6139db30fae668e44c381d13bcc63b65fa (diff) | |
| download | linux-13368df520f1d36c33b394553368cb23ae4afc18.tar.xz | |
Merge patch series "iomap: make buffered writes work with RWF_DONTCACHE"
Support buffered writes with RWF_DONTCACHE.
* patches from https://lore.kernel.org/r/20250204184047.356762-2-axboe@kernel.dk:
xfs: flag as supporting FOP_DONTCACHE
iomap: make buffered writes work with RWF_DONTCACHE
Link: https://lore.kernel.org/r/20250204184047.356762-2-axboe@kernel.dk
Signed-off-by: Christian Brauner <brauner@kernel.org>
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 75bf54e76f3b..26b0dbe23e62 100644 --- a/include/linux/iomap.h +++ b/include/linux/iomap.h @@ -183,6 +183,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 { /* |
