This is the mail archive of the cluster-cvs@sources.redhat.com mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cluster/dlm-kernel/src2 dlm_internal.h lock.c


CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland@sourceware.org	2005-04-22 08:41:25

Modified files:
	dlm-kernel/src2: dlm_internal.h lock.c 

Log message:
	Fix one of the big fixme's: immediately after finding the lkb in
	dlm_lock() and dlm_unlock() we were checking and filling in the
	lkb's fields all without the rsb locked.  We now pass the necessary
	input args down to the next stage so they can be safely saved in the
	lkb after the rsb is locked.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/dlm-kernel/src2/dlm_internal.h.diff?cvsroot=cluster&r1=1.26&r2=1.27
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/dlm-kernel/src2/lock.c.diff?cvsroot=cluster&r1=1.35&r2=1.36


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]