This function compiles to 511 bytes of machine code. Abort commands are not time-critical at all.
Signed-off-by: Denys Vlasenko <dvlas...@redhat.com> CC: James Bottomley <james.bottom...@hansenpartnership.com> CC: Hiral Patel <hiral...@cisco.com> CC: Suma Ramars <sram...@cisco.com> CC: Brian Uchino <buch...@cisco.com> CC: linux-s...@vger.kernel.org CC: linux-kernel@vger.kernel.org --- drivers/scsi/fnic/fnic_scsi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/fnic/fnic_scsi.c b/drivers/scsi/fnic/fnic_scsi.c index 266b909..0a3edee 100644 --- a/drivers/scsi/fnic/fnic_scsi.c +++ b/drivers/scsi/fnic/fnic_scsi.c @@ -1435,7 +1435,7 @@ wq_copy_cleanup_scsi_cmd: } } -static inline int fnic_queue_abort_io_req(struct fnic *fnic, int tag, +static int fnic_queue_abort_io_req(struct fnic *fnic, int tag, u32 task_req, u8 *fc_lun, struct fnic_io_req *io_req) { -- 2.1.0