From: Christoph Hellwig Date: Thu, 10 Jun 2010 10:07:54 +0000 (+0200) Subject: writeback: split writeback_inodes_wb X-Git-Tag: v2.6.35-rc5~11^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edadfb10ba35da7253541e4155aa92eff758ebe6;p=pandora-kernel.git writeback: split writeback_inodes_wb The case where we have a superblock doesn't require a loop here as we scan over all inodes in writeback_sb_inodes. Split it out into a separate helper to make the code simpler. This also allows to get rid of the sb member in struct writeback_control, which was rather out of place there. Also update the comments in writeback_sb_inodes that explain the handling of inodes from wrong superblocks. Signed-off-by: Christoph Hellwig Signed-off-by: Jens Axboe --- Reading git-diff-tree failed