commit | 9f23e289edaf1e99f60de3978c50a1c7424f3e92 | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fusionio.com> | Mon Oct 28 15:03:41 2013 -0400 |
committer | Chris Mason <chris.mason@fusionio.com> | Mon Nov 11 22:08:22 2013 -0500 |
tree | 4adebd01673babcff82aa9c99ced49d9b0a709ca | |
parent | 93858769172c4e3678917810e9d5de360eb991cc [diff] |
Btrfs: make sure the delalloc workers actually flush compressed writes When using delalloc workers in a non-waiting way (like for enospc handling) we can end up not actually waiting for the dirty pages to be started if we have compression. We need to add an extra filemap flush to make sure any async extents that have started are actually moved along before returning. Thanks, Signed-off-by: Josef Bacik <jbacik@fusionio.com> Signed-off-by: Chris Mason <chris.mason@fusionio.com>