aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mmc/host.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mmc/host.h')
-rw-r--r--include/linux/mmc/host.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h
index c2911f232eac..021ad8bd4297 100644
--- a/include/linux/mmc/host.h
+++ b/include/linux/mmc/host.h
@@ -389,6 +389,7 @@ struct mmc_host {
wait_queue_head_t wq;
struct task_struct *claimer; /* task that has host claimed */
+ bool claimer_is_blkdev; /* claimer is blkdev */
int claim_cnt; /* "claim" nesting count */
struct delayed_work detect;