diff options
author | 2024-12-20 08:47:45 -0700 | |
---|---|---|
committer | 2025-01-04 09:36:44 +0100 | |
commit | af6505e5745b9f3a670de405b08b73573343c15c (patch) | |
tree | 9bea7c020feb8e1064ab98675976c70a3360bf0a /scripts/lib/kdoc/kdoc_parser.py | |
parent | Linux 6.13-rc1 (diff) | |
download | linux-rng-af6505e5745b9f3a670de405b08b73573343c15c.tar.xz linux-rng-af6505e5745b9f3a670de405b08b73573343c15c.zip |
fs: add RWF_DONTCACHE iocb and FOP_DONTCACHE file_operations flag
If a file system supports uncached buffered IO, it may set FOP_DONTCACHE
and enable support for RWF_DONTCACHE. If RWF_DONTCACHE is attempted
without the file system supporting it, it'll get errored with -EOPNOTSUPP.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Link: https://lore.kernel.org/r/20241220154831.1086649-8-axboe@kernel.dk
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_parser.py')
0 files changed, 0 insertions, 0 deletions