• Artem Bityutskiy's avatar
    UBI: correct ubi_wl_flush locking · 12027f1b
    Artem Bityutskiy authored
    Commit "62f38455 UBI: modify ubi_wl_flush function to clear work queue for a lnum"
    takes the 'work_sem' semaphore in write mode for the entire loop, which is not
    very good because it will block other workers for potentially long time. We do
    not need to have it in write mode - read mode is enough, and we do not need to
    hole it over the entire loop. So this patch turns changes the locking: takes
    'work_sem' in read mode and pushes it down to the loop.
    Signed-off-by: default avatarArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
    12027f1b
wl.c 44.6 KB