1
0
Fork 0
Commit Graph

104 Commits (1ecc09e765d3ae16ef42a4d454836d9ed804fd18)

Author SHA1 Message Date
James Bottomley 2290d2b63c [SCSI] iscsi_tcp: make iscsi compile again after recent netlink changes
netlink_kernel_create now has two new arguments; the module (which is
easy) and the number of groups, which I arbitrarily set to one.

Acked by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
2005-09-09 10:00:35 -05:00
James Bottomley 20e007b8cc [SCSI] iscsi: fix 64 bit compile warning
drivers/scsi/scsi_transport_iscsi.c: In function `show_transport_handle':
drivers/scsi/scsi_transport_iscsi.c💯 warning: long long unsigned int format, long unsigned int arg (arg 3)

is caused because uint64_t is only unsigned long on a 64 bit platform.
Fix this by casting to unsigned long long.

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
2005-08-09 16:18:19 -05:00
Alex Aizman 0896b75230 [SCSI] open-iscsi/linux-iscsi-5 Initiator: Transport class update for iSCSI
Signed-off-by: Alex Aizman <itn780@yahoo.com>
Signed-off-by: Dmitry Yusupov <dmitry_yus@yahoo.com>
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
2005-08-06 09:34:48 -05:00
Linus Torvalds 1da177e4c3 Linux-2.6.12-rc2
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.

Let it rip!
2005-04-16 15:20:36 -07:00