writeback: splice dirty inode entries to default bdi on bdi_destroy()
authorJens Axboe <jens.axboe@oracle.com>
Mon, 14 Sep 2009 10:57:56 +0000 (12:57 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 16 Sep 2009 13:18:52 +0000 (15:18 +0200)
commitce5f8e7795195edb6f84f74aa9d72e739df38486
treef8d5a3a18d70b49b2c9bbe47f62c908e8eda9c64
parentb6e51316daede0633e9274e1e30391cfa4747877
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>
mm/backing-dev.c