Re: [PATCH] nvme: unexport nvme_start_keep_alive

2018-03-28 Thread Keith Busch
Thanks, applied.

Re: [PATCH] nvme: unexport nvme_start_keep_alive

2018-03-28 Thread Keith Busch
Thanks, applied.

Re: [PATCH] nvme: unexport nvme_start_keep_alive

2018-03-28 Thread Christoph Hellwig
On Mon, Mar 26, 2018 at 10:40:15AM +0200, Johannes Thumshirn wrote: > nvme_start_keep_alive() isn't used outside core.c so unexport it and > make it static. > > Signed-off-by: Johannes Thumshirn Looks good: Reviewed-by: Christoph Hellwig

Re: [PATCH] nvme: unexport nvme_start_keep_alive

2018-03-28 Thread Christoph Hellwig
On Mon, Mar 26, 2018 at 10:40:15AM +0200, Johannes Thumshirn wrote: > nvme_start_keep_alive() isn't used outside core.c so unexport it and > make it static. > > Signed-off-by: Johannes Thumshirn Looks good: Reviewed-by: Christoph Hellwig

[PATCH] nvme: unexport nvme_start_keep_alive

2018-03-26 Thread Johannes Thumshirn
nvme_start_keep_alive() isn't used outside core.c so unexport it and make it static. Signed-off-by: Johannes Thumshirn --- drivers/nvme/host/core.c | 3 +-- drivers/nvme/host/nvme.h | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/nvme/host/core.c

[PATCH] nvme: unexport nvme_start_keep_alive

2018-03-26 Thread Johannes Thumshirn
nvme_start_keep_alive() isn't used outside core.c so unexport it and make it static. Signed-off-by: Johannes Thumshirn --- drivers/nvme/host/core.c | 3 +-- drivers/nvme/host/nvme.h | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/nvme/host/core.c