mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00: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>
7 lines
243 B
C
7 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 */
|