On 8/8/22 17:04, Mike Christie wrote: > This patch has the nvme pr_ops convert from a nvme status value to a > blk_status_t. > > Signed-off-by: Mike Christie <michael.christie@xxxxxxxxxx> > --- > drivers/nvme/host/core.c | 54 ++++++++++++++++++++++++++-------------- > 1 file changed, 36 insertions(+), 18 deletions(-) > > diff --git a/drivers/nvme/host/core.c b/drivers/nvme/host/core.c Again please consider moving pr code into it's own file, if others are okay with it. -ck