• A
    UBIFS: allow for racing between GC and TNC · 601c0bc4
    Adrian Hunter 提交于
    The TNC mutex is unlocked prematurely when reading leaf nodes
    with non-hashed keys.  This is unsafe because the node may be
    moved by garbage collection and the eraseblock unmapped, although
    that has never actually happened during stress testing.
    
    This patch fixes the flaw by detecting the race and retrying with
    the TNC mutex locked.
    Signed-off-by: NAdrian Hunter <ext-adrian.hunter@nokia.com>
    601c0bc4
gc.c 21.4 KB