diff options
-rw-r--r-- | block/blk-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-core.c b/block/blk-core.c index f8cb09951830..f9255815a5bb 100644 --- a/block/blk-core.c +++ b/block/blk-core.c | |||
@@ -1283,7 +1283,7 @@ get_rq: | |||
1283 | 1283 | ||
1284 | if (test_bit(QUEUE_FLAG_SAME_COMP, &q->queue_flags) || | 1284 | if (test_bit(QUEUE_FLAG_SAME_COMP, &q->queue_flags) || |
1285 | bio_flagged(bio, BIO_CPU_AFFINE)) | 1285 | bio_flagged(bio, BIO_CPU_AFFINE)) |
1286 | req->cpu = smp_processor_id(); | 1286 | req->cpu = raw_smp_processor_id(); |
1287 | 1287 | ||
1288 | plug = current->plug; | 1288 | plug = current->plug; |
1289 | if (plug) { | 1289 | if (plug) { |