Andrew Morton [mailto:[EMAIL PROTECTED] wrote:
> On Fri, 13 Apr 2007 09:23:12 -0500
> Stephen Cameron <[EMAIL PROTECTED]> wrote:
>
> > Make cciss unconditionally include scsi/scsi.h
>
> For what reason?
Because the use of:
case SCSI_IOCTL_GET_IDLUN:
case SCSI_IOCTL_GET_BUS_NUMB
On Fri, 13 Apr 2007 09:23:12 -0500
Stephen Cameron <[EMAIL PROTECTED]> wrote:
> Make cciss unconditionally include scsi/scsi.h
For what reason?
>
> From: Stephen M. Cameron <[EMAIL PROTECTED]>
> Signed-off-by: Stephen M. Cameron <[EMAIL PROTECTED]>
>
> ---
>
> drivers/block/cciss.c |
On Tuesday, April 10, 2007 3:01 AM, Zhao Forrest wrote:
> Hi Eric,
> We conducted the following test on a SUN Galaxy x64 server, then RAID1
> can't be written anymore, fs become read-only. The steps of
> reproducing the bug:
I sent you earlier a patch via Novell Bugzilla 244006. Please let me
I can confirm the same oops on 2.6.20-ck1 with pktcdvd either as
module or as built-in.
I can assume perhaps this is not so much an issue with the pktcdvd
driver as it is with the libata drivers and scsi. Beats me, I'll
leave it up to you.
-
To unsubscribe from this list: send the line "unsubscr
I am on vacation until 04/16/2006 and will not be reading email, if it's an
emergency please call my cell phone but I will not have service a lot of the
time, or contact Jeff Echtenkamp.
Shannon McGee will be taking care of my BCM3563C0 blocks, sundry & aio.
Later,
Jim
-
To unsubscribe from thi
Make cciss unconditionally include scsi/scsi.h
From: Stephen M. Cameron <[EMAIL PROTECTED]>
Signed-off-by: Stephen M. Cameron <[EMAIL PROTECTED]>
---
drivers/block/cciss.c |1 +
drivers/block/cciss_scsi.c |1 -
2 files changed, 1 insertion(+), 1 deletion(-)
diff -puN drivers/bloc
Hmm, now that I look again, those ioctls it's complaining
about are ones for which we just return ENOTTY, so I guess
we don't really need them listed explicitly, and if they
weren't, the Kconfig patch would be unnecessary.
-- steve
-Original Message-
From: Cameron, Steve
Sent: Fri 4/13
On Fri, Apr 13, 2007 at 01:58:41PM +0100, Cameron, Steve wrote:
>
> Well, with SCSI turned off, it didn't compile:
>
>
> drivers/block/cciss.c: In function `cciss_ioctl':
> drivers/block/cciss.c:1180: error: `SCSI_IOCTL_GET_IDLUN' undeclared (first
> use in this function)
> drivers/block/cciss.
Well, with SCSI turned off, it didn't compile:
drivers/block/cciss.c: In function `cciss_ioctl':
drivers/block/cciss.c:1180: error: `SCSI_IOCTL_GET_IDLUN' undeclared (first use
in this function)
drivers/block/cciss.c:1180: error: (Each undeclared identifier is reported only
once
drivers/block/
Thanks for the help from Steve Fox and Duane Cox investigating this
issue, I'd like to report that we found the problem. The issue is with
the patch Steve Fox isolated below, by not accommodating older adapters
properly and issuing a command they do not support when retrieving
storage parameters ab
On Thu, Apr 12, 2007 at 03:34:32PM -0400, Jeff Mahoney wrote:
> On systems with very large numbers (> 1600 or so) of SCSI devices,
> cat /proc/scsi/scsi ends up failing with -ENOMEM. This is due to
> the show routine simply iterating over all of the devices with
> bus_for_each_dev(), and trying
11 matches
Mail list logo