commit | 66f3b8e2e103a0b93b945764d98e9ba46cb926dd | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Wed Sep 02 09:19:46 2009 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Fri Sep 11 09:20:25 2009 +0200 |
tree | 442bf5664214f0a1448e4010b09868cc58fdd3d1 | |
parent | d8a8559cd7a9ccac98d5f6f13297a2ff68a43627 [diff] |
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 <jens.axboe@oracle.com>