From 7d07b3ae8ddad407913c5301877e694430a3263f Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Thu, 23 Nov 2023 08:24:31 +0000 Subject: [PATCH] add build kerneldeb --- kernel/block/blk-mq.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/block/blk-mq.h b/kernel/block/blk-mq.h index 5ad9251..5a96c97 100644 --- a/kernel/block/blk-mq.h +++ b/kernel/block/blk-mq.h @@ -113,12 +113,12 @@ */ static inline struct blk_mq_ctx *blk_mq_get_ctx(struct request_queue *q) { - return __blk_mq_get_ctx(q, get_cpu()); + return __blk_mq_get_ctx(q, get_cpu_light()); } static inline void blk_mq_put_ctx(struct blk_mq_ctx *ctx) { - put_cpu(); + put_cpu_light(); } struct blk_mq_alloc_data { -- Gitblit v1.6.2