Btrfs: run delayed refs first when out of space
authorJosef Bacik <jbacik@fusionio.com>
Mon, 24 Sep 2012 17:42:00 +0000 (13:42 -0400)
committerChris Mason <chris.mason@fusionio.com>
Tue, 9 Oct 2012 13:15:39 +0000 (09:15 -0400)
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>

No differences found