IB/srp: Fix srp_abort()
authorBart Van Assche <bart.vanassche@wdc.com>
Fri, 23 Feb 2018 22:09:24 +0000 (14:09 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 24 Apr 2018 07:34:13 +0000 (09:34 +0200)
commitf4374991ddd73e1b23a62decb9548a2d599716a4
treefe09ba9cc92068b84e8dffe4a4002680300d2995
parentdd34b663a8a63050d87da428061b07a8253fa7ac
IB/srp: Fix srp_abort()

commit e68088e78d82920632eba112b968e49d588d02a2 upstream.

Before commit e494f6a72839 ("[SCSI] improved eh timeout handler") it
did not really matter whether or not abort handlers like srp_abort()
called .scsi_done() when returning another value than SUCCESS. Since
that commit however this matters. Hence only call .scsi_done() when
returning SUCCESS.

Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
Cc: stable@vger.kernel.org
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/infiniband/ulp/srp/ib_srp.c