On 4/7/23 22:05, Mike Christie wrote:
This patch moves the pr code to it's own file because I'm going to be
adding more functions and core.c is getting bigger.

Signed-off-by: Mike Christie <[email protected]>
Reviewed-by: Chaitanya Kulkarni <[email protected]>
Reviewed-by: Keith Busch <[email protected]>
---
  drivers/nvme/host/Makefile |   2 +-
  drivers/nvme/host/core.c   | 148 ----------------------------------
  drivers/nvme/host/nvme.h   |   2 +
  drivers/nvme/host/pr.c     | 158 +++++++++++++++++++++++++++++++++++++
  4 files changed, 161 insertions(+), 149 deletions(-)
  create mode 100644 drivers/nvme/host/pr.c
Reviewed-by: Hannes Reinecke <[email protected]>

Cheers,

Hannes
--
Dr. Hannes Reinecke                Kernel Storage Architect
[email protected]                              +49 911 74053 688
SUSE Software Solutions GmbH, Maxfeldstr. 5, 90409 Nürnberg
HRB 36809 (AG Nürnberg), Geschäftsführer: Ivo Totev, Andrew
Myers, Andrew McDonald, Martje Boudien Moerman

--
dm-devel mailing list
[email protected]
https://listman.redhat.com/mailman/listinfo/dm-devel

Reply via email to