Skip to content
Snippets Groups Projects
Commit 6ecd7c2d authored by Tejun Heo's avatar Tejun Heo
Browse files

gfs2: use workqueue instead of slow-work


Workqueue can now handle high concurrency.  Convert gfs to use
workqueue instead of slow-work.

* Steven pointed out that recovery path might be run from allocation
  path and thus requires forward progress guarantee without memory
  allocation.  Create and use gfs_recovery_wq with rescuer.  Please
  note that forward progress wasn't guaranteed with slow-work.

* Updated to use non-reentrant workqueue.

Signed-off-by: default avatarTejun Heo <tj@kernel.org>
Acked-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
parent 991ea75c
No related branches found
No related tags found
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