From: Chris Mason Date: Fri, 7 Aug 2009 13:28:20 +0000 (-0400) Subject: Btrfs: use larger nr_to_write for larger extents X-Git-Tag: v2.6.32-rc1~57^2^2~26^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a97adc9fffb1707da4e97f91c801660c6be92aac;p=pandora-kernel.git Btrfs: use larger nr_to_write for larger extents When btrfs fills a large delayed allocation extent, it is a good idea to try and convince the write_cache_pages caller to go ahead and write a good chunk of that extent. The extra IO is basically free because we know it is contiguous. Signed-off-by: Chris Mason --- Reading git-diff-tree failed