mirror of
https://github.com/torvalds/linux.git
synced 2026-05-08 16:25:45 -04: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>