From: Jens Axboe Date: Fri, 15 Jun 2007 11:10:37 +0000 (+0200) Subject: splice: adjust balance_dirty_pages_ratelimited() call X-Git-Tag: v2.6.22-rc5~28^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17ee4f49ab2c802c7818fa71c4e7e351a7230b86;p=pandora-kernel.git splice: adjust balance_dirty_pages_ratelimited() call As we have potentially dirtied more than 1 page, we should indicate as such to the dirty page balancing. So call balance_dirty_pages_ratelimited_nr() and pass in the approximate number of pages we dirtied. Signed-off-by: Jens Axboe --- Reading git-diff-tree failed