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/cman-kernel/src sm_barrier.c


CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	teigland@sourceware.org	2005-06-06 03:50:35

Modified files:
	cman-kernel/src: sm_barrier.c 

Log message:
	Don't use SM_RETRY around the kmalloc(ATOMIC) in the barrier callback
	because the SM_RETRY macro calls schedule() and a spinlock is held
	around the barrier callback.  Retry doesn't make sense anyway for
	an ATOMIC kmalloc.  Fixes bz 159615.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/cman-kernel/src/sm_barrier.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=1.1.2.1


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