mbox series

[GIT,PULL] nvme fix for 4.19

Message ID 20181017063859.GA7083@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 Oct. 17, 2018, 6:38 a.m. UTC
The following changes since commit 133424a207774d3d32a38d560c6469ed31c0472f:

  Merge branch 'nvme-4.19' of git://git.infradead.org/nvme into for-linus (2018-09-28 09:41:40 -0600)

are available in the Git repository at:

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

for you to fetch changes up to 48f78be3326052a7718678ff9a78d6d884a50323:

  nvme: remove ns sibling before clearing path (2018-10-08 11:53:42 +0200)

----------------------------------------------------------------
Keith Busch (1):
      nvme: remove ns sibling before clearing path

 drivers/nvme/host/core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jens Axboe Oct. 17, 2018, 3:46 p.m. UTC | #1
On 10/17/18 12:38 AM, Christoph Hellwig wrote:
> The following changes since commit 133424a207774d3d32a38d560c6469ed31c0472f:
> 
>   Merge branch 'nvme-4.19' of git://git.infradead.org/nvme into for-linus (2018-09-28 09:41:40 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git nvme-4.19
> 
> for you to fetch changes up to 48f78be3326052a7718678ff9a78d6d884a50323:
> 
>   nvme: remove ns sibling before clearing path (2018-10-08 11:53:42 +0200)
> 
> ----------------------------------------------------------------
> Keith Busch (1):
>       nvme: remove ns sibling before clearing path
> 
>  drivers/nvme/host/core.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Pulled, thanks.