]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
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, 11 Feb 2013 18:28:48 +0000 (13:28 -0500)
commit369d321ed1baa7748e770aaaae4d8effad699633
tree7aae0b0a3e77dda2c5966cb0fd39d9883c77ec3a
parent8af5075088a0aaa64caed5ed212b485b5760bf0b
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