Hi Linus, Just a few minor fixes for drivers, and a deletion of a file that is woefully out-of-date these days. Please pull! The following changes since commit ac9a78681b921877518763ba0e89202254349d1b: Linux 6.4-rc1 (2023-05-07 13:34:35 -0700) are available in the Git repository at: git://git.kernel.dk/linux.git tags/block-6.4-2023-05-13 for you to fetch changes up to 56cdea92ed915f8eb37575331fb4a269991e8026: Documentation/block: drop the request.rst file (2023-05-12 11:04:58 -0600) ---------------------------------------------------------------- block-6.4-2023-05-13 ---------------------------------------------------------------- Guoqing Jiang (1): block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITE Ivan Orlov (1): nbd: Fix debugfs_create_dir error checking Ming Lei (1): ublk: fix command op code check Randy Dunlap (1): Documentation/block: drop the request.rst file Documentation/block/index.rst | 1 - Documentation/block/request.rst | 99 ----------------------------------------- drivers/block/nbd.c | 4 +- drivers/block/rnbd/rnbd-proto.h | 2 +- drivers/block/ublk_drv.c | 2 +- 5 files changed, 4 insertions(+), 104 deletions(-) delete mode 100644 Documentation/block/request.rst -- Jens Axboe