]> git.karo-electronics.de Git - karo-tx-linux.git/commit
scsi: libfc: Replace ->rport_logoff callback with function call
authorHannes Reinecke <hare@suse.de>
Tue, 18 Oct 2016 08:01:44 +0000 (10:01 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 8 Nov 2016 22:29:55 +0000 (17:29 -0500)
commitc96c792aee33ab1a06c4d595959cd92eddbdbf3e
tree6a9369a3379db96e741264928635b346a565d847
parent05d7d3b0bd07e3990ab7a39ee93be28dbf7091d4
scsi: libfc: Replace ->rport_logoff callback with function call

The ->rport_logoff callback only ever had one implementation,
so we can as well call it directly and drop the callback.

Signed-off-by: Hannes Reinecke <hare@suse.com>
Acked-by: Johannes Thumshirn <jth@kernel.org>
Reviewed-by: Chad Dupuis <chad.dupuis@cavium.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/bnx2fc/bnx2fc_tgt.c
drivers/scsi/fcoe/fcoe_ctlr.c
drivers/scsi/libfc/fc_disc.c
drivers/scsi/libfc/fc_lport.c
drivers/scsi/libfc/fc_rport.c
include/scsi/libfc.h