mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 02:04:19 +08:00
4f26998a79
iscsit_get_lun_for_{cmd,tmr} are unnecessary. Signed-off-by: Andy Grover <agrover@redhat.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
8 lines
243 B
C
8 lines
243 B
C
#ifndef ISCSI_TARGET_DEVICE_H
|
|
#define ISCSI_TARGET_DEVICE_H
|
|
|
|
extern void iscsit_determine_maxcmdsn(struct iscsi_session *);
|
|
extern void iscsit_increment_maxcmdsn(struct iscsi_cmd *, struct iscsi_session *);
|
|
|
|
#endif /* ISCSI_TARGET_DEVICE_H */
|