Skip to content
Commit 4c136dae authored by Bhaktipriya Shridhar's avatar Bhaktipriya Shridhar Committed by David Howells
Browse files

fs/afs/callback: Remove deprecated create_singlethread_workqueue



The workqueue "afs_callback_update_worker" queues multiple work items
viz  &vnode->cb_broken_work, &server->cb_break_work which require strict
execution ordering. Hence, an ordered dedicated workqueue has been used.

Since the workqueue is being used on a memory reclaim path, WQ_MEM_RECLAIM
has been set to ensure forward progress under memory pressure.

Signed-off-by: default avatarBhaktipriya Shridhar <bhaktipriya96@gmail.com>
Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parent 69ad052a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment