Re: Is there a reason why REQ_OP_READ has to be 0?

From: David Howells
Date: Mon Jan 16 2023 - 11:30:45 EST


Aha!

The problem is that whilst aio, io_uring and cachefiles set IOCB_WRITE when
giving a write op to the VFS, the write() syscall does not...

David