Re: [PATCH V4] mmc: allow upper layers to determine immediately if a card has been removed

2011-12-01 Thread Chris Ball
Hi Adrian, Sujit, On Mon, Nov 28 2011, Adrian Hunter wrote: > Add a function mmc_detect_card_removed() which upper layers > can use to determine immediately if a card has been removed. > This function should be called after an I/O request fails so > that all queued I/O requests can be errored out

Re: [PATCH V4] mmc: allow upper layers to determine immediately if a card has been removed

2011-12-01 Thread Sujit Reddy Thumma
On 11/28/2011 7:52 PM, Adrian Hunter wrote: Add a function mmc_detect_card_removed() which upper layers can use to determine immediately if a card has been removed. This function should be called after an I/O request fails so that all queued I/O requests can be errored out immediately instead of

[PATCH V4] mmc: allow upper layers to determine immediately if a card has been removed

2011-11-28 Thread Adrian Hunter
Add a function mmc_detect_card_removed() which upper layers can use to determine immediately if a card has been removed. This function should be called after an I/O request fails so that all queued I/O requests can be errored out immediately instead of waiting for the card device to be removed. Si