From: Chris Mason Date: Fri, 13 Mar 2009 00:12:45 +0000 (-0400) Subject: Btrfs: Only let very young transactions grow during commit X-Git-Tag: v2.6.30-rc1~417^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89573b9c516b24af8a3b9958dd5afca8fa874e3d;p=pandora-kernel.git Btrfs: Only let very young transactions grow during commit Commits are fairly expensive, and so btrfs has code to sit around for a while during the commit and let new writers come in. But, while we're sitting there, new delayed refs might be added, and those can be expensive to process as well. Unless the transaction is very very young, it makes sense to go ahead and let the commit finish without hanging around. The commit grow loop isn't as important as it used to be, the fsync logging code handles most performance critical syncs now. Signed-off-by: Chris Mason --- Reading git-diff-tree failed