Commit 5165799f authored by Jens Axboe's avatar Jens Axboe

block: export disk_clear_zoned()

A previous commit split disk_set_zoned(..., bool) into not taking an
argument for whether to set or clear, and instead added
disk_clear_zoned() as the counterpart. However, that commit neglected
to export the new symbol, causing failures for modular drivers that
used it.
Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Fixes: d73e93b4 ("block: simplify disk_set_zoned")
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 5cc99b89
......@@ -635,3 +635,4 @@ void disk_clear_zoned(struct gendisk *disk)
blk_mq_unfreeze_queue(q);
}
EXPORT_SYMBOL_GPL(disk_clear_zoned);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment