Re: [PATCH #upstream] libata: make EH fail gracefully if no reset method is available

2008-02-11 Thread Jeff Garzik
Tejun Heo wrote: When no reset method is available, libata currently oopses. Although the condition can't happen unless there's a bug in a low level driver, oopsing isn't the best way to report the error condition. Complain, dump stack and fail reset instead. Signed-off-by: Tejun Heo <[EMAIL P

Re: [PATCH #upstream] libata: make EH fail gracefully if no reset method is available

2008-02-01 Thread Jeff Garzik
Tejun Heo wrote: When no reset method is available, libata currently oopses. Although the condition can't happen unless there's a bug in a low level driver, oopsing isn't the best way to report the error condition. Complain, dump stack and fail reset instead. Signed-off-by: Tejun Heo <[EMAIL P

[PATCH #upstream] libata: make EH fail gracefully if no reset method is available

2008-01-30 Thread Tejun Heo
When no reset method is available, libata currently oopses. Although the condition can't happen unless there's a bug in a low level driver, oopsing isn't the best way to report the error condition. Complain, dump stack and fail reset instead. Signed-off-by: Tejun Heo <[EMAIL PROTECTED]> --- This