xen/scsiback: use new command result macros
authorJuergen Gross <jgross@suse.com>
Thu, 28 Apr 2022 07:53:21 +0000 (09:53 +0200)
committerJuergen Gross <jgross@suse.com>
Thu, 19 May 2022 12:02:43 +0000 (14:02 +0200)
commit54aee68bb656ab0daf46c88423948dadd903a68e
treecbacd3327e6d66fb785929222c36b55989fb50ee
parent5ce9231c5b961596ebf948777c9c5a6981f067d9
xen/scsiback: use new command result macros

Instead of using the kernel's values for the result of PV scsi
operations use the values of the interface definition.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Link: https://lore.kernel.org/r/20220428075323.12853-3-jgross@suse.com
Signed-off-by: Juergen Gross <jgross@suse.com>
drivers/xen/xen-scsiback.c