• Chris Mason's avatar
    Btrfs: run delayed directory updates during log replay · b6305567
    Chris Mason authored
    While we are resolving directory modifications in the
    tree log, we are triggering delayed metadata updates to
    the filesystem btrees.
    
    This commit forces the delayed updates to run so the
    replay code can find any modifications done.  It stops
    us from crashing because the directory deleltion replay
    expects items to be removed immediately from the tree.
    Signed-off-by: default avatarChris Mason <chris.mason@fusionio.com>
    cc: stable@kernel.org
    b6305567
tree-log.c 87 KB