diff options
| author | Christoph Hellwig <hch@lst.de> | 2026-05-15 07:55:32 +0300 |
|---|---|---|
| committer | Jens Axboe <axboe@kernel.dk> | 2026-05-15 17:46:45 +0300 |
| commit | 9957d5bbb916d37b277bf298e635d29a71205f99 (patch) | |
| tree | f019cdc6a6b498a35b406c0e5089e20d7b395b8e | |
| parent | 8d57b5876d39679c81d479485422e88319f17418 (diff) | |
| download | linux-9957d5bbb916d37b277bf298e635d29a71205f99.tar.xz | |
block: unexport blk_io_schedule
Only used in built-in code.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://patch.msgid.link/20260515045547.3790129-4-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
| -rw-r--r-- | block/blk-core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/block/blk-core.c b/block/blk-core.c index 17450058ea6d..d7de87e86994 100644 --- a/block/blk-core.c +++ b/block/blk-core.c @@ -1270,7 +1270,6 @@ void blk_io_schedule(void) else io_schedule(); } -EXPORT_SYMBOL_GPL(blk_io_schedule); int __init blk_dev_init(void) { |
