OSDN Git Service

IB/srp: Fix srp_abort()
authorBart Van Assche <bart.vanassche@wdc.com>
Fri, 23 Feb 2018 22:09:24 +0000 (14:09 -0800)
committerJason Gunthorpe <jgg@mellanox.com>
Wed, 28 Feb 2018 20:57:39 +0000 (13:57 -0700)
commite68088e78d82920632eba112b968e49d588d02a2
treebbcb71407b8cd197089d95cf3933990a4e327f94
parenta8ed748708ba9c9976fb0d7b4844f4c2fa5ecb34
IB/srp: Fix srp_abort()

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>
drivers/infiniband/ulp/srp/ib_srp.c