mirror of
https://github.com/torvalds/linux
synced 2026-06-29 14:22:34 +09:00
flush_scheduled_work() is deprecated and scheduled to be removed. Directly flush work on removal instead. Signed-off-by: Tejun Heo <tj@kernel.org> Cc: Jens Axboe <axboe@kernel.dk>