Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
backing-dev: bdi sb prune should be in the unregister path, not destroy
Commit 592b09a was different from the tested path, in that it moved the bdi super_block prune from unregister to destroy context. This doesn't fully fix the sync hang bug on unexpected device removal, as need to prune the bdi cache pointer before killing flusher thread. Tested-by: Artur Skawina <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
- Loading branch information