]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
Merge tag 'io_uring-6.12-20241101' of git://git.kernel.dk/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 1 Nov 2024 23:38:01 +0000 (13:38 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 1 Nov 2024 23:38:01 +0000 (13:38 -1000)
Pull io_uring fix from Jens Axboe:

 - Fix not honoring IOCB_NOWAIT for starting buffered writes in terms of
   calling sb_start_write(), leading to a deadlock if someone is
   attempting to freeze the file system with writes in progress, as each
   side will end up waiting for the other to make progress.

* tag 'io_uring-6.12-20241101' of git://git.kernel.dk/linux:
  io_uring/rw: fix missing NOWAIT check for O_DIRECT start write


Trivial merge