https://github.com/torvalds/linux
Revision 558c70c59b75a5a53ba496fe3bccea80a9e3e6fb authored by Kurt Hackel on 19 January 2006, 01:07:47 UTC, committed by Mark Fasheh on 16 February 2006, 20:02:13 UTC
* fix a hang in recovery that occurred in dlmlock_remote.  the $RECOVERY
  lock was never moved to the granted queue even after getting DLM_NORMAL
  back from the master node.

Signed-off-by: Kurt Hackel <kurt.hackel@oracle.com>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
1 parent 44465a7
Raw File
Tip revision: 558c70c59b75a5a53ba496fe3bccea80a9e3e6fb authored by Kurt Hackel on 19 January 2006, 01:07:47 UTC
[PATCH] ocfs2: manually grant remote recovery lock
Tip revision: 558c70c
.gitignore
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# Normal rules
#
.*
*.o
*.a
*.s
*.ko
*.so
*.mod.c

#
# Top-level generic files
#
vmlinux*
System.map
Module.symvers

#
# Generated include files
#
include/asm
include/asm-*/asm-offsets.h
include/config
include/linux/autoconf.h
include/linux/compile.h
include/linux/version.h

back to top