Patch 2/4
This patch adds the BLKSSZGET ioctl for Oracle. Please consider this for
inclusion.
Signed-off-by: Mike Miller <[EMAIL PROTECTED]>
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 [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/