aboutsummaryrefslogtreecommitdiff
path: root/block
diff options
context:
space:
mode:
authorPeter Zijlstra <[email protected]>2021-06-11 10:28:14 +0200
committerPeter Zijlstra <[email protected]>2021-06-18 11:43:08 +0200
commitd6c23bb3a2ad2f8f7dd46292b8bc54d27f2fb3f1 (patch)
treed555f1e520de852c69089be5b1d5fe8245ec4244 /block
parent3ba9f93b12361e005dd65fcc8072b42e3189f4f4 (diff)
sched: Add get_current_state()
Remove yet another few p->state accesses. Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Acked-by: Will Deacon <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'block')
-rw-r--r--block/blk-mq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-mq.c b/block/blk-mq.c
index 655db5fb46d0..56270bb06365 100644
--- a/block/blk-mq.c
+++ b/block/blk-mq.c
@@ -3910,7 +3910,7 @@ int blk_poll(struct request_queue *q, blk_qc_t cookie, bool spin)
hctx->poll_considered++;
- state = current->state;
+ state = get_current_state();
do {
int ret;