mbox series

[GIT,PULL] Block fixes for 6.4-rc2

Message ID c27ed42c-50d1-ac5c-bace-ca98c8d598be@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 6.4-rc2 | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.4-2023-05-13

Message

Jens Axboe May 13, 2023, 1:39 p.m. UTC
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

Comments

pr-tracker-bot@kernel.org May 13, 2023, 3:29 p.m. UTC | #1
The pull request you sent on Sat, 13 May 2023 07:39:00 -0600:

> git://git.kernel.dk/linux.git tags/block-6.4-2023-05-13

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/d4d58949a6eac1c45ab022562c8494725e1ac094

Thank you!