[PATCH v3 4/4] fs/afs/flock: Remove deprecated create_singlethread_workqueue

2016-09-04 Thread Bhaktipriya Shridhar
The workqueue "afs_lock_manager" queues work item >lock_work, per vnode. Since there can be multiple vnodes and since their work items can be executed concurrently, alloc_workqueue has been used to replace the deprecated create_singlethread_workqueue instance. The WQ_MEM_RECLAIM flag has been set

[PATCH v3 4/4] fs/afs/flock: Remove deprecated create_singlethread_workqueue

2016-09-04 Thread Bhaktipriya Shridhar
The workqueue "afs_lock_manager" queues work item >lock_work, per vnode. Since there can be multiple vnodes and since their work items can be executed concurrently, alloc_workqueue has been used to replace the deprecated create_singlethread_workqueue instance. The WQ_MEM_RECLAIM flag has been set