Skip to content
Snippets Groups Projects
Commit 34244d71 authored by Andreas Gruenbacher's avatar Andreas Gruenbacher
Browse files

gfs2: Don't sleep during glock hash walk


In flush_delete_work, instead of flushing each individual pending
delayed work item, cancel and re-queue them for immediate execution.
The waiting isn't needed here because we're already waiting for all
queued work items to complete in gfs2_flush_delete_work.  This makes the
code more efficient, but more importantly, it avoids sleeping during a
rhashtable walk, inside rcu_read_lock().

Signed-off-by: default avatarAndreas Gruenbacher <agruenba@redhat.com>
parent 58e08e8d
No related branches found
No related tags found
No related merge requests found
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