mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 23:31:39 +00:00
ibft_fill_data() prototype change.
This commit is contained in:
parent
d6f9152bfa
commit
9485478acc
@ -4,9 +4,7 @@
|
||||
/* Placeholder file */
|
||||
|
||||
static inline int ibft_fill_data ( struct net_device *netdev __unused,
|
||||
const char *initiator_iqn __unused,
|
||||
struct sockaddr_tcpip *st_target __unused,
|
||||
const char *target_iqn __unused ) {
|
||||
struct iscsi_session *iscsi __unused ) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -35,7 +35,7 @@ int test_iscsiboot ( const char *initiator_iqn,
|
||||
strerror ( rc ) );
|
||||
return rc;
|
||||
}
|
||||
ibft_fill_data ( netdev, initiator_iqn, target, target_iqn );
|
||||
ibft_fill_data ( netdev, &test_iscsidev.iscsi );
|
||||
memset ( &drive, 0, sizeof ( drive ) );
|
||||
drive.drive = drivenum;
|
||||
drive.blockdev = &test_iscsidev.scsi.blockdev;
|
||||
|
Loading…
Reference in New Issue
Block a user