OSDN Git Service

mmc: queue: exclude asynchronous transfer for special request
authorSeungwon Jeon <tgih.jun@samsung.com>
Wed, 26 Dec 2012 01:40:17 +0000 (10:40 +0900)
committerChris Ball <cjb@laptop.org>
Mon, 28 Jan 2013 11:51:33 +0000 (06:51 -0500)
commit5b4c924b1a18f0d04732ee03b408ace39089fdcf
tree6fbc2aa250146638f8e9c3ffe7cbf66a04adb2c8
parentaa11d6d892c9cf0170865fadbce04d558d359d1a
mmc: queue: exclude asynchronous transfer for special request

Unlike normal r/w request, special requests(discard, flush)
is finished with a one-time issue_fn. Request change to
mqrq_prev makes unnecessary call.

Signed-off-by: Seungwon Jeon <tgih.jun@samsung.com>
Reviewed-by: Konstantin Dorfman <kdorfman@codeaurora.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/card/queue.c