commit | c5444198ca210498e8ac0ba121b4cd3537aa12f7 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Jun 08 18:15:15 2010 +0200 |
committer | Jens Axboe <jaxboe@fusionio.com> | Fri Jun 11 12:58:08 2010 +0200 |
tree | c423d38fe1ac7f51a48e455a19ecbe2354811fca | |
parent | b8c2f3474f1077599ec6e90c2f263f17055cc3d8 [diff] |
writeback: simplify and split bdi_start_writeback bdi_start_writeback now never gets a superblock passed, so we can just remove that case. And to further untangle the code and flatten the call stack split it into two trivial helpers for it's two callers. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>