On Fri, Mar 6, 2009 at 1:46 PM, Jens Axboe wrote:
> On Fri, Mar 06 2009, Grant Likely wrote:
>> > The SystemACE driver does not handle an empty CF slot gracefully. An
>> > empty CF slot ends up hanging the system. This patch adds a check for
>> > the CF state and stops trying to process requests
On Fri, Mar 06 2009, Grant Likely wrote:
> Oops, sorry Jens. I forgot to CC: you on this patch.
>
> g.
>
> On Sat, Feb 28, 2009 at 1:46 PM, Grant Likely
> wrote:
> > From: Grant Likely
> >
> > The SystemACE driver does not handle an empty CF slot gracefully. An
> > empty CF slot ends up hang
Oops, sorry Jens. I forgot to CC: you on this patch.
g.
On Sat, Feb 28, 2009 at 1:46 PM, Grant Likely wrote:
> From: Grant Likely
>
> The SystemACE driver does not handle an empty CF slot gracefully. An
> empty CF slot ends up hanging the system. This patch adds a check for
> the CF state an
From: Grant Likely
The SystemACE driver does not handle an empty CF slot gracefully. An
empty CF slot ends up hanging the system. This patch adds a check for
the CF state and stops trying to process requests if the slot is empty.
Signed-off-by: Grant Likely
---
drivers/block/xsysace.c | 2