]> bbs.cooldavid.org Git - net-next-2.6.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)
commit254c8c2dbf0e06a560a5814eb90cb628adb2de66
tree6bcd10add0b85cf43cad8e72b6d4525c5a63b264
parent0b5649278e39a068aaf91399941bab1b4a4a3cc2
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