[PATCH 1/2] cciss: add BLKSSZGET back to 2.4 driver

From: Mike Miller (OS Dev)
Date: Wed Jul 05 2006 - 14:01:58 EST


PATCH 1/2

This patch adds BLKSSZGET into the cciss driver. Not sure why it isn't in
there. I'm sure it used to be. :)

Thanks to Nicolay and others for reporting this.

Signed-off-by: Mike Miller <mike.miller@xxxxxx>
------------------------------------------------------------------------------------------
cciss.c | 1 +
1 files changed, 1 insertion(+)

diff -burNp linux-2.4.32.orig/drivers/block/cciss.c linux-2.4.32/drivers/block/cciss.c
--- linux-2.4.32.orig/drivers/block/cciss.c 2005-11-16 13:12:54.000000000 -0600
+++ linux-2.4.32/drivers/block/cciss.c 2006-07-05 12:54:41.000000000 -0500
@@ -740,6 +740,7 @@ static int cciss_ioctl(struct inode *ino
case BLKFLSBUF:
case BLKBSZSET:
case BLKBSZGET:
+ case BLKSSZGET:
case BLKROSET:
case BLKROGET:
case BLKRASET:
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/