fs: add IOCB_VECTORED flags
authorJens Axboe <axboe@kernel.dk>
Sat, 6 Apr 2024 19:34:25 +0000 (13:34 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 14 Oct 2024 15:05:31 +0000 (09:05 -0600)
commit7ed97fb08eb02b06c423a91e238305b66a8a06ca
tree09dff022d740e0f171f87e0804dc149c0cbc8f49
parent548f7b691f40e1fc0b6fa8dac7fbff406d9ac4e9
fs: add IOCB_VECTORED flags

This allows a user of ->read_iter() or ->write_iter() to tell if this
request originally came as a readv/writev, or if it was a normal
read/write operation.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/read_write.c
include/linux/fs.h