mbox series

[GIT,PULL] nvme fix for 5.8

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

Pull-request

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

Message

Christoph Hellwig July 16, 2020, 2:42 p.m. UTC
The following changes since commit 579dd91ab3a5446b148e7f179b6596b270dace46:

  nbd: Fix memory leak in nbd_add_socket (2020-07-08 15:42:18 -0600)

are available in the Git repository at:

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

for you to fetch changes up to 05b29021fba5e725dd385151ef00b6340229b500:

  nvme: explicitly update mpath disk capacity on revalidation (2020-07-16 16:40:27 +0200)

----------------------------------------------------------------
Anthony Iliopoulos (1):
      nvme: explicitly update mpath disk capacity on revalidation

 drivers/nvme/host/core.c |  1 +
 drivers/nvme/host/nvme.h | 13 +++++++++++++
 2 files changed, 14 insertions(+)

Comments

Jens Axboe July 16, 2020, 2:58 p.m. UTC | #1
On 7/16/20 8:42 AM, Christoph Hellwig wrote:
> The following changes since commit 579dd91ab3a5446b148e7f179b6596b270dace46:
> 
>   nbd: Fix memory leak in nbd_add_socket (2020-07-08 15:42:18 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git nvme-5.8
> 
> for you to fetch changes up to 05b29021fba5e725dd385151ef00b6340229b500:
> 
>   nvme: explicitly update mpath disk capacity on revalidation (2020-07-16 16:40:27 +0200)
> 
> ----------------------------------------------------------------
> Anthony Iliopoulos (1):
>       nvme: explicitly update mpath disk capacity on revalidation
> 
>  drivers/nvme/host/core.c |  1 +
>  drivers/nvme/host/nvme.h | 13 +++++++++++++
>  2 files changed, 14 insertions(+)

Pulled, thanks.