linux_dsm_epyc7002/fs/ocfs2/dlm
Kurt Hackel e17e75ecb8 ocfs2_dlm: Fix migrate lockres handler queue scanning
The migrate lockres handler was only searching for its lock on
migrated lockres on the expected queue. This could be problematic
as the new master could have also issued a convert request
during the migration and thus moved the lock to the convert queue.
We now search for the lock on all three queues.

Signed-off-by: Kurt Hackel <kurt.hackel@oracle.com>
Signed-off-by: Sunil Mushran <Sunil.Mushran@oracle.com>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
2007-02-07 12:02:40 -08:00
..
dlmapi.h
dlmast.c
dlmcommon.h ocfs2_dlm: Fixes race between migrate and dirty 2007-02-07 12:00:57 -08:00
dlmconvert.c
dlmconvert.h
dlmdebug.c ocfs2_dlm: fix cluster-wide refcounting of lock resources 2007-02-07 11:53:07 -08:00
dlmdomain.c ocfs2_dlm: fix cluster-wide refcounting of lock resources 2007-02-07 11:53:07 -08:00
dlmdomain.h
dlmfs.c
dlmfsver.c
dlmfsver.h
dlmlock.c ocfs2_dlm: fix cluster-wide refcounting of lock resources 2007-02-07 11:53:07 -08:00
dlmmaster.c ocfs2_dlm: Fixes race between migrate and dirty 2007-02-07 12:00:57 -08:00
dlmrecovery.c ocfs2_dlm: Fix migrate lockres handler queue scanning 2007-02-07 12:02:40 -08:00
dlmthread.c ocfs2_dlm: Fixes race between migrate and dirty 2007-02-07 12:00:57 -08:00
dlmunlock.c ocfs2_dlm: Make dlmunlock() wait for migration to complete 2007-02-07 12:01:49 -08:00
dlmver.c
dlmver.h
Makefile
userdlm.c
userdlm.h