Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit aa94b537 authored by Jens Axboe's avatar Jens Axboe
Browse files

block: adjust tagging function queue bit locking


For most initialization purposes, calling blk_queue_init_tags() without
the queue lock held is OK. Only if called for resizing an existing map
must the lock be held. Ditto for tag cleanup, the maps are reference
counted.

So switch the general queue flag setting to the unlocked variant, but
retain the locked variant for resizing.

Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent bf0f9702
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