From: Jens Axboe Date: Wed, 2 Sep 2009 07:19:46 +0000 (+0200) Subject: writeback: move dirty inodes from super_block to backing_dev_info X-Git-Tag: v2.6.32-rc1~733^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66f3b8e2e103a0b93b945764d98e9ba46cb926dd;p=pandora-kernel.git writeback: move dirty inodes from super_block to backing_dev_info This is a first step at introducing per-bdi flusher threads. We should have no change in behaviour, although sb_has_dirty_inodes() is now ridiculously expensive, as there's no easy way to answer that question. Not a huge problem, since it'll be deleted in subsequent patches. Signed-off-by: Jens Axboe --- Reading git-diff-tree failed