linux/fs/ocfs2/dlm
Kurt Hackel 74aa25856c ocfs2_dlm: Cookies in locks not being printed correctly in error messages
The dlm encodes the node number and a sequence number in the lock cookie.
It also stores the cookie in the lockres in the big endian format to avoid
swapping 8 bytes on each lock request. The bug here was that it was assuming
the cookie to be in the cpu format when decoding it for printing the error
message. This patch swaps the bytes before the print.

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:06:24 -08:00
..
dlmapi.h
dlmast.c ocfs2_dlm: Cookies in locks not being printed correctly in error messages 2007-02-07 12:06:24 -08:00
dlmcommon.h ocfs2_dlm: Fixes race between migrate and dirty 2007-02-07 12:00:57 -08:00
dlmconvert.c ocfs2_dlm: Cookies in locks not being printed correctly in error messages 2007-02-07 12:06:24 -08:00
dlmconvert.h
dlmdebug.c ocfs2_dlm: Cookies in locks not being printed correctly in error messages 2007-02-07 12:06:24 -08:00
dlmdomain.c
dlmdomain.h
dlmfs.c
dlmfsver.c
dlmfsver.h
dlmlock.c
dlmmaster.c ocfs2_dlm: wake up sleepers on the lockres waitqueue 2007-02-07 12:05:19 -08:00
dlmrecovery.c ocfs2_dlm: Cookies in locks not being printed correctly in error messages 2007-02-07 12:06:24 -08:00
dlmthread.c ocfs2_dlm: Fixes race between migrate and dirty 2007-02-07 12:00:57 -08:00
dlmunlock.c ocfs2_dlm: Cookies in locks not being printed correctly in error messages 2007-02-07 12:06:24 -08:00
dlmver.c
dlmver.h
Makefile
userdlm.c
userdlm.h