Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6

SCSI fixes from James Bottomley:
"There's just a single fix in here: the osd max device number fix."

* tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6:
[SCSI] osd_uld: Bump MAX_OSD_DEVICES from 64 to 1,048,576

+2 -2
+2 -2
drivers/scsi/osd/osd_uld.c
··· 69 69 #ifndef SCSI_OSD_MAJOR 70 70 # define SCSI_OSD_MAJOR 260 71 71 #endif 72 - #define SCSI_OSD_MAX_MINOR 64 72 + #define SCSI_OSD_MAX_MINOR MINORMASK 73 73 74 74 static const char osd_name[] = "osd"; 75 - static const char *osd_version_string = "open-osd 0.2.0"; 75 + static const char *osd_version_string = "open-osd 0.2.1"; 76 76 77 77 MODULE_AUTHOR("Boaz Harrosh <bharrosh@panasas.com>"); 78 78 MODULE_DESCRIPTION("open-osd Upper-Layer-Driver osd.ko");