Re: [PATCH V4] mmc: Kill block requests if card is removed

2011-12-24 Thread Chris Ball
Hi, On Wed, Dec 21 2011, Sujit Reddy Thumma wrote: > On 12/8/2011 2:52 PM, Adrian Hunter wrote: >> On 08/12/11 10:35, Sujit Reddy Thumma wrote: >>> Kill block requests when the host realizes that the card is >>> removed from the slot and is sure that subsequent requests >>> are bound to fail. Do t

Re: [PATCH V4] mmc: Kill block requests if card is removed

2011-12-21 Thread Sujit Reddy Thumma
On 12/8/2011 2:52 PM, Adrian Hunter wrote: On 08/12/11 10:35, Sujit Reddy Thumma wrote: Kill block requests when the host realizes that the card is removed from the slot and is sure that subsequent requests are bound to fail. Do this silently so that the block layer doesn't output unnecessary er

Re: [PATCH V4] mmc: Kill block requests if card is removed

2011-12-08 Thread Adrian Hunter
On 08/12/11 10:35, Sujit Reddy Thumma wrote: > Kill block requests when the host realizes that the card is > removed from the slot and is sure that subsequent requests > are bound to fail. Do this silently so that the block > layer doesn't output unnecessary error messages. > > Signed-off-by: Suji

[PATCH V4] mmc: Kill block requests if card is removed

2011-12-08 Thread Sujit Reddy Thumma
Kill block requests when the host realizes that the card is removed from the slot and is sure that subsequent requests are bound to fail. Do this silently so that the block layer doesn't output unnecessary error messages. Signed-off-by: Sujit Reddy Thumma --- Changes in v4: - Extra check