diff options
Diffstat (limited to 'drivers/scsi/fnic/fnic.h')
-rw-r--r-- | drivers/scsi/fnic/fnic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/fnic/fnic.h b/drivers/scsi/fnic/fnic.h index 63b35c8e40bd..b8e6644ad237 100644 --- a/drivers/scsi/fnic/fnic.h +++ b/drivers/scsi/fnic/fnic.h | |||
@@ -303,6 +303,8 @@ const char *fnic_state_to_str(unsigned int state); | |||
303 | void fnic_log_q_error(struct fnic *fnic); | 303 | void fnic_log_q_error(struct fnic *fnic); |
304 | void fnic_handle_link_event(struct fnic *fnic); | 304 | void fnic_handle_link_event(struct fnic *fnic); |
305 | 305 | ||
306 | int fnic_is_abts_pending(struct fnic *, struct scsi_cmnd *); | ||
307 | |||
306 | static inline int | 308 | static inline int |
307 | fnic_chk_state_flags_locked(struct fnic *fnic, unsigned long st_flags) | 309 | fnic_chk_state_flags_locked(struct fnic *fnic, unsigned long st_flags) |
308 | { | 310 | { |