commit | 67b0fd63d5466bb710677afd3d2b77926c55f662 | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fusionio.com> | Mon Sep 24 13:42:00 2012 -0400 |
committer | Chris Mason <chris.mason@fusionio.com> | Tue Oct 09 09:15:39 2012 -0400 |
tree | 13dfebfb76aa4bc9bb8c13835ecf552c2a5a8576 | |
parent | 354aa0fb6d5b97b262e056f7ad7bfc88d7ce0004 [diff] |
Btrfs: run delayed refs first when out of space Running delayed refs is faster than running delalloc, so lets do that first to try and reclaim space. This makes my fs_mark test about 20% faster. Thanks, Signed-off-by: Josef Bacik <jbacik@fusionio.com>