From: Wu Fengguang Date: Wed, 23 Sep 2009 12:33:41 +0000 (+0800) Subject: writeback: kupdate writeback shall not stop when more io is possible X-Git-Tag: v2.6.32-rc1~24^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fbdea32328312c65870c397a0a436c3226c8631;p=pandora-kernel.git writeback: kupdate writeback shall not stop when more io is possible Fix the kupdate case, which disregards wbc.more_io and stop writeback prematurely even when there are more inodes to be synced. wbc.more_io should always be respected. Also remove the pages_skipped check. It will set when some page(s) of some inode(s) cannot be written for now. Such inodes will be delayed for a while. This variable has nothing to do with whether there are other writeable inodes. CC: Jan Kara CC: Dave Chinner CC: Peter Zijlstra Signed-off-by: Wu Fengguang Signed-off-by: Jens Axboe --- Reading git-diff-tree failed