commit | b812ce28796f746f14ba6cc451250c422db447b2 | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fusionio.com> | Fri Nov 16 13:56:32 2012 -0500 |
committer | Chris Mason <chris.mason@fusionio.com> | Sun Dec 16 20:46:22 2012 -0500 |
tree | 81f116613d7642b80a5a23668b7642d7931ad672 | |
parent | a95249b392c3ab843d7b25ab6817ecc9ea0b82ee [diff] |
Btrfs: inline csums if we're fsyncing The tree logging stuff needs the csums to be on the ordered extents in order to log them properly, so mark that we're sync and inline the csum creation so we don't have to wait on the csumming to be done when logging extents that are still in flight. Thanks, Signed-off-by: Josef Bacik <jbacik@fusionio.com> Signed-off-by: Chris Mason <chris.mason@fusionio.com>