Re: [PATCH] 2.5.60 make cciss driver compile

From: steve cameron (steve.cameron@hp.com)
Date: Wed Feb 12 2003 - 02:13:04 EST


Allow cciss driver attached disks other than the first to be accessed.
(patch 3 of 11)
-- steve

--- linux-2.5.60/drivers/block/cciss.c~nth_vol_partition 2003-02-12 10:12:44.000000000 +0600
+++ linux-2.5.60-scameron/drivers/block/cciss.c 2003-02-12 10:12:44.000000000 +0600
@@ -353,7 +353,7 @@ static int cciss_open(struct inode *inod
          * but I'm already using way to many device nodes to claim another one
          * for "raw controller".
          */
- if (inode->i_bdev->bd_inode->i_size == 0) {
+ if (hba[ctlr]->drv[dsk].nr_blocks == 0) {
                 if (minor(inode->i_rdev) != 0)
                         return -ENXIO;
                 if (!capable(CAP_SYS_ADMIN))

_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Feb 15 2003 - 22:00:44 EST