[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1330821275.15243.6.camel@dabdike.int.hansenpartnership.com>
Date: Sat, 03 Mar 2012 18:34:35 -0600
From: James Bottomley <James.Bottomley@...senPartnership.com>
To: Andrew Morton <akpm@...ux-foundation.org>,
Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-scsi <linux-scsi@...r.kernel.org>,
linux-kernel <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] SCSI fixes for 3.3-rc5
There's just a single fix in here: the osd max device number fix.
The patch is available here:
git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git scsi-fixes
The short changelog is
Boaz Harrosh (1):
osd_uld: Bump MAX_OSD_DEVICES from 64 to 1,048,576
The diffstat is:
drivers/scsi/osd/osd_uld.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
And the complete diff is below.
James
---
diff --git a/drivers/scsi/osd/osd_uld.c b/drivers/scsi/osd/osd_uld.c
index b31a8e3..d4ed9eb 100644
--- a/drivers/scsi/osd/osd_uld.c
+++ b/drivers/scsi/osd/osd_uld.c
@@ -69,10 +69,10 @@
#ifndef SCSI_OSD_MAJOR
# define SCSI_OSD_MAJOR 260
#endif
-#define SCSI_OSD_MAX_MINOR 64
+#define SCSI_OSD_MAX_MINOR MINORMASK
static const char osd_name[] = "osd";
-static const char *osd_version_string = "open-osd 0.2.0";
+static const char *osd_version_string = "open-osd 0.2.1";
MODULE_AUTHOR("Boaz Harrosh <bharrosh@...asas.com>");
MODULE_DESCRIPTION("open-osd Upper-Layer-Driver osd.ko");
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists