mbox series

[GIT,PULL] nvme fix for Linux 6.3

Message ID ZC7PkTumUFAzsKNJ@infradead.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] nvme fix for Linux 6.3 | expand

Pull-request

git://git.infradead.org/nvme.git tags/nvme-6.3-2023-04-06

Message

Christoph Hellwig April 6, 2023, 1:56 p.m. UTC
The following changes since commit 38a8c4d1d45006841f0643f4cb29b5e50758837c:

  blk-mq: directly poll requests (2023-04-04 16:11:47 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-6.3-2023-04-06

for you to fetch changes up to d3205ab75e99a47539ec91ef85ba488f4ddfeaa9:

  nvme: fix discard support without oncs (2023-04-05 17:13:17 +0200)

----------------------------------------------------------------
nvme fixes for Linux 6.3

 - fix discard support without oncs (Keith Busch)

----------------------------------------------------------------
Keith Busch (1):
      nvme: fix discard support without oncs

 drivers/nvme/host/core.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Jens Axboe April 6, 2023, 2:12 p.m. UTC | #1
On 4/6/23 7:56 AM, Christoph Hellwig wrote:
> The following changes since commit 38a8c4d1d45006841f0643f4cb29b5e50758837c:
> 
>   blk-mq: directly poll requests (2023-04-04 16:11:47 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-6.3-2023-04-06
> 
> for you to fetch changes up to d3205ab75e99a47539ec91ef85ba488f4ddfeaa9:
> 
>   nvme: fix discard support without oncs (2023-04-05 17:13:17 +0200)
> 
> ----------------------------------------------------------------
> nvme fixes for Linux 6.3
> 
>  - fix discard support without oncs (Keith Busch)

Pulled, thanks.