From: Jens Axboe Date: Wed, 16 Sep 2009 13:18:25 +0000 (+0200) Subject: writeback: make wb_writeback() take an argument structure X-Git-Tag: v2.6.32-rc1~672^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4a77a6c7dcff04a2abc7fe4b6b2ae605be41c5b;p=pandora-kernel.git writeback: make wb_writeback() take an argument structure We need to be able to pass in range_cyclic as well, so instead of growing yet another argument, split the arguments into a struct wb_writeback_args structure that we can use internally. Also makes it easier to just copy all members to an on-stack struct, since we can't access work after clearing the pending bit. Signed-off-by: Jens Axboe --- Reading git-diff-tree failed