Skip to content
Commit a55a47a3 authored by Andreas Gruenbacher's avatar Andreas Gruenbacher
Browse files

Revert "GFS2: Prevent delete work from occurring on glocks used for create"



Since commit a0e3cc65 ("gfs2: Turn gl_delete into a delayed work"), we're
cancelling any pending delete work of an iopen glock before attaching a new
inode to that glock in gfs2_create_inode.  This means that delete_work_func can
no longer be queued or running when attaching the iopen glock to the new inode,
and we can revert commit a4923865 ("GFS2: Prevent delete work from
occurring on glocks used for create"), which tried to achieve the same but in a
racy way.

Signed-off-by: default avatarAndreas Gruenbacher <agruenba@redhat.com>
parent e3a77eeb
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment