[PATCH 2/4] cciss 2.4: adds BLKSSZGET ioctl for Oracle

From: mikem
Date: Mon Aug 15 2005 - 16:20:57 EST


Patch 2/4
This patch adds the BLKSSZGET ioctl for Oracle. Please consider this for
inclusion.

Signed-off-by: Mike Miller <mike.miller@xxxxxx>

cciss.c | 1 +
1 files changed, 1 insertion(+)
--------------------------------------------------------------------------------
diff -burNp lx2431-p001/drivers/block/cciss.c lx2431/drivers/block/cciss.c
--- lx2431-p001/drivers/block/cciss.c 2005-08-15 14:43:50.375342000 -0500
+++ lx2431/drivers/block/cciss.c 2005-08-15 15:13:15.484004696 -0500
@@ -747,6 +747,7 @@ static int cciss_ioctl(struct inode *ino
case BLKPG:
case BLKELVGET:
case BLKELVSET:
+ case BLKSSZGET:
return blk_ioctl(inode->i_rdev, cmd, arg);
case CCISS_GETPCIINFO:
{
-
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/