• NeilBrown's avatar
    md/bitmap: remove some pointless locking. · 5a6c824e
    NeilBrown authored
    There is nothing gained by holding a lock while we check if a pointer
    is NULL or not.  If there could be a race, then it could become NULL
    immediately after the unlock - but there is no race here.
    
    So just remove the locking.
    Signed-off-by: default avatarNeilBrown <neilb@suse.de>
    5a6c824e
bitmap.c 55.5 KB