Skip to content

Commit 8482a0a

Browse files
committed
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 parents 233ba2c + 41f8ad7 commit 8482a0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/scsi/osd/osd_uld.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@
6969
#ifndef SCSI_OSD_MAJOR
7070
# define SCSI_OSD_MAJOR 260
7171
#endif
72-
#define SCSI_OSD_MAX_MINOR 64
72+
#define SCSI_OSD_MAX_MINOR MINORMASK
7373

7474
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";
7676

7777
MODULE_AUTHOR("Boaz Harrosh <bharrosh@panasas.com>");
7878
MODULE_DESCRIPTION("open-osd Upper-Layer-Driver osd.ko");

0 commit comments

Comments
 (0)