diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2025-02-03 04:47:17 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2025-02-03 05:56:04 +0300 |
commit | 64b48ec36dbed561ab1cd99708c33d96f4b7b729 (patch) | |
tree | 443ff63948fe950acf5676d547ad49e4e2a03f21 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | 1e1a9cecfab3f22ebef0a976f849c87be8d03c1c (diff) | |
download | linux-64b48ec36dbed561ab1cd99708c33d96f4b7b729.tar.xz |
drivers/block/sunvdc.c: update the correct AIP call
My sparc64 defconfig build failed like this:
drivers/block/sunvdc.c: In function 'vdc_queue_drain':
drivers/block/sunvdc.c:1130:9: error: too many arguments to function 'blk_mq_unquiesce_queue'
1130 | blk_mq_unquiesce_queue(q, memflags);
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from drivers/block/sunvdc.c:10:
include/linux/blk-mq.h:895:6: note: declared here
895 | void blk_mq_unquiesce_queue(struct request_queue *q);
| ^~~~~~~~~~~~~~~~~~~~~~
drivers/block/sunvdc.c:1131:9: error: too few arguments to function 'blk_mq_unfreeze_queue'
1131 | blk_mq_unfreeze_queue(q);
| ^~~~~~~~~~~~~~~~~~~~~
In file included from drivers/block/sunvdc.c:10:
include/linux/blk-mq.h:914:1: note: declared here
914 | blk_mq_unfreeze_queue(struct request_queue *q, unsigned int memflags)
| ^~~~~~~~~~~~~~~~~~~~~
Fixes: 1e1a9cecfab3 ("block: force noio scope in blk_mq_freeze_queue")
Cc: Christoph Hellwig <hch@lst.de>
Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions