[2.6 patch] drivers/scsi/imm.c: fix check-after-use

2007-08-27 Thread Adrian Bunk
The Coverity checker spotted that we have already oops'ed if cmd was NULL. Since cmd being NULL doesn't seem to be possible at this point this patch removes the NULL check. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- This patch has been sent on: - 31 Jul 2007 ---

RE: [PATCH] mptsas: scan the logical volume at first

2007-08-27 Thread Moore, Eric
On Monday, August 27, 2007 11:58 AM, Yinghai Lu wrote: [PATCH] mptsas: scan the logical volume at first user like to see the raid show as /dev/sda before left raw disks. So scan the volume at first to make their life easier. Signed-off-by: Yinghai Lu [EMAIL PROTECTED] Although I

Re: [RFC][PATCH] Removal of #include linux/stat.h from scsi drivers

2007-08-27 Thread Michal Piotrowski
On 21/08/07, Michal Piotrowski [EMAIL PROTECTED] wrote: Hi, This patch removes linux/stat.h from scsi drivers. Tested with allyesconfig and allmodconfig. Any comments on this? ACK, NACK or do not touch the SCSI code? Regards, Michal -- LOG http://www.stardust.webpages.pl/log/ - To

Re: [PATCH] mptsas: scan the logical volume at first

2007-08-27 Thread Yinghai Lu
Moore, Eric wrote: On Monday, August 27, 2007 11:58 AM, Yinghai Lu wrote: [PATCH] mptsas: scan the logical volume at first user like to see the raid show as /dev/sda before left raw disks. So scan the volume at first to make their life easier. Signed-off-by: Yinghai Lu [EMAIL PROTECTED]

RE: [PATCH] mptsas: scan the logical volume at first

2007-08-27 Thread Moore, Eric
On Monday, August 27, 2007 4:52 PM, Yinghai Lu wrote: Yes, I was wondering why kernel.org mainline will have /dev/sdb for first raid. but it seems RHEL 5 kernel have first raid before second raid...( it after all left over raw devices..), maybe they already aplied some patch? can you