commit | b6305567e7d31b0bec1b8cb9ec0cadd7f7086f5f | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@fusionio.com> | Mon Jul 02 15:29:53 2012 -0400 |
committer | Chris Mason <chris.mason@fusionio.com> | Mon Jul 02 15:39:19 2012 -0400 |
tree | dc41a37466e6bd6502765b860feb658f20a1e7cb | |
parent | 7fd1a3f73f3743b4ffd520effe288a70b0ec47c9 [diff] |
Btrfs: run delayed directory updates during log replay 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: Chris Mason <chris.mason@fusionio.com> cc: stable@kernel.org