]> Git Repo - linux.git/commit
bdi: Shutdown writeback on all cgwbs in cgwb_bdi_destroy()
authorJan Kara <[email protected]>
Thu, 23 Mar 2017 00:36:57 +0000 (01:36 +0100)
committerJens Axboe <[email protected]>
Thu, 23 Mar 2017 02:11:28 +0000 (20:11 -0600)
commit5318ce7d46866e1dbc20ab9349b93753edba0b3e
tree6a4070a385e86006c64868a2f9bd363ab002cfc8
parente8cb72b322cf4a729633b7e2080fbeab477f6ea2
bdi: Shutdown writeback on all cgwbs in cgwb_bdi_destroy()

Currently we waited for all cgwbs to get freed in cgwb_bdi_destroy()
which also means that writeback has been shutdown on them. Since this
wait is going away, directly shutdown writeback on cgwbs from
cgwb_bdi_destroy() to avoid live writeback structures after
bdi_unregister() has finished. To make that safe with concurrent
shutdown from cgwb_release_workfn(), we also have to make sure
wb_shutdown() returns only after the bdi_writeback structure is really
shutdown.

Acked-by: Tejun Heo <[email protected]>
Signed-off-by: Jan Kara <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
include/linux/backing-dev-defs.h
mm/backing-dev.c
This page took 0.058888 seconds and 4 git commands to generate.