mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
Wait for outstanding slow work items belonging to a module to clear when unregistering that module as a user of the facility. This prevents the put_ref code of a work item from being taken away before it returns. Signed-off-by: David Howells <dhowells@redhat.com>