]> 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>
Thu, 4 Oct 2012 13:40:06 +0000 (09:40 -0400)
commitd194a5c84089fca78541f22f26a49cc861af3dd2
treeb1450593acd3a06561a4dea2b0ce35d7d104478e
parente6900f2aa877d5ada0f97c979b2c3d8bd7fcb31e
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