mbox series

[GIT,PULL] nvme fix for 4.19

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

Pull-request

git://git.infradead.org/nvme.git nvme-4.19

Message

Christoph Hellwig Sept. 20, 2018, 6:26 a.m. UTC
The following changes since commit b228ba1cb95afbaeeb86cf06cd9fd6f6369c3b14:

  null_blk: fix zoned support for non-rq based operation (2018-09-12 18:21:11 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git nvme-4.19

for you to fetch changes up to be1277f5eb17a2e5788139eabb0b53dd04c695f3:

  nvme: count all ANA groups for ANA Log page (2018-09-17 15:49:40 +0200)

----------------------------------------------------------------
Hannes Reinecke (1):
      nvme: count all ANA groups for ANA Log page

 drivers/nvme/target/admin-cmd.c | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Jens Axboe Sept. 20, 2018, 3:11 p.m. UTC | #1
On 9/20/18 12:26 AM, Christoph Hellwig wrote:
> The following changes since commit b228ba1cb95afbaeeb86cf06cd9fd6f6369c3b14:
> 
>   null_blk: fix zoned support for non-rq based operation (2018-09-12 18:21:11 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git nvme-4.19
> 
> for you to fetch changes up to be1277f5eb17a2e5788139eabb0b53dd04c695f3:
> 
>   nvme: count all ANA groups for ANA Log page (2018-09-17 15:49:40 +0200)
> 
> ----------------------------------------------------------------
> Hannes Reinecke (1):
>       nvme: count all ANA groups for ANA Log page
> 
>  drivers/nvme/target/admin-cmd.c | 4 ++++
>  1 file changed, 4 insertions(+)

Pulled, thanks.