From: Eric Sandeen Date: Thu, 28 Oct 2010 01:30:03 +0000 (-0400) Subject: ext4: don't bump up LONG_MAX nr_to_write by a factor of 8 X-Git-Tag: v2.6.37-rc1~76^2^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b443e7339aa08574d30b0819b344618459c76214;p=pandora-kernel.git ext4: don't bump up LONG_MAX nr_to_write by a factor of 8 I'm uneasy with lots of stuff going on in ext4_da_writepages(), but bumping nr_to_write from LLONG_MAX to -8 clearly isn't making anything better, so avoid the multiplier in that case. Signed-off-by: Eric Sandeen Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed