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: { - : send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html