]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: remove nr_to_write writeback windup.
authorDave Chinner <dchinner@redhat.com>
Wed, 9 Jun 2010 00:37:19 +0000 (10:37 +1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 9 Jun 2010 01:12:44 +0000 (18:12 -0700)
commit1434e5a53cd9eb44022a83733b63c08a27697e5a
tree6bcd10add0b85cf43cad8e72b6d4525c5a63b264
parent79c9777f71175e81292bbbe1f85239b68e8a8a13
xfs: remove nr_to_write writeback windup.

Now that the background flush code has been fixed, we shouldn't need to
silently multiply the wbc->nr_to_write to get good writeback. Remove
that code.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/xfs/linux-2.6/xfs_aops.c