• Eric Wong's avatar
    tag: lock all accesses to tag_pool · 3c4de5b5
    Eric Wong authored
    The tag pool is a shared global resource that is infrequently
    modified.  However, it can occasionally be modified by several
    threads, especially by the metadata_pipe for streaming metadata
    (both reading/writing).
    
    The bulk tag_item pool is NOT locked as currently only the
    update thread uses it.
    3c4de5b5
tag_pool.h 1.18 KB