commit | ce5f8e7795195edb6f84f74aa9d72e739df38486 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Mon Sep 14 12:57:56 2009 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Wed Sep 16 15:18:52 2009 +0200 |
tree | f8d5a3a18d70b49b2c9bbe47f62c908e8eda9c64 | |
parent | b6e51316daede0633e9274e1e30391cfa4747877 [diff] |
writeback: splice dirty inode entries to default bdi on bdi_destroy() We cannot safely ensure that the inodes are all gone at this point in time, and we must not destroy this bdi with inodes having off it. So just splice our entries to the default bdi since that one will always persist. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>