summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKonstantin Dorfman <kdorfman@codeaurora.org>2013-02-05 16:26:19 +0200
committerSubhash Jadavani <subhashj@codeaurora.org>2016-05-31 15:25:45 -0700
commit8cd10b13a9bd1d815f69a4bd1a49d11972091a0d (patch)
tree328495c4bae05b0a25cd9108ff08d23d3ed39c9a /include
parentaa4228ea9d4dcf1eb307c4f0b9c7732fdaf315ee (diff)
mmc: block: do not pack REQ_FUA request
This change will prevent packing of a request marked with REQ_FUA flag, because it has the same semantics as REQ_FLUSH. Also packing statistics are updated with FUA stop reason. Change-Id: Iaad37044ec43f93e898ed0c011b0bce7b91ae13d Signed-off-by: Konstantin Dorfman <kdorfman@codeaurora.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mmc/card.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmc/card.h b/include/linux/mmc/card.h
index 20630f657db5..04a6c02d7b32 100644
--- a/include/linux/mmc/card.h
+++ b/include/linux/mmc/card.h
@@ -228,6 +228,7 @@ enum mmc_packed_stop_reasons {
THRESHOLD,
LARGE_SEC_ALIGN,
RANDOM,
+ FUA,
MAX_REASONS,
};