SIGN IN SIGN UP

thunderbolt: stream: Support IOCB_NOWAIT in non-blocking I/O as well

For read_iter/write_iter() it is also possible to pass IOCB_NOWAIT with
the kiocb to indicate non-blocking read/write. For instance io_uring
does this. So take this into account on read and write paths.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
M
Mika Westerberg committed
42bc6935339b913d424331a62f9e965bc72ca3df
Parent: af73a21