]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Mon, 1 Oct 2012 19:19:35 +0000 (15:19 -0400)
commit877d16dcd05cd7e517cb9dc4eece0d3c0c1f038e
treecb04806b7ac3fd62f61990014320388de6cbde5e
parentdd0e5cd1e8435d6c30143ad94f229813b394cf32
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>
fs/btrfs/extent-tree.c