public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster/gfs-kernel/src/dlm lock_dlm.h plock.c
@ 2007-12-03 16:40 teigland
  0 siblings, 0 replies; only message in thread
From: teigland @ 2007-12-03 16:40 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	teigland@sourceware.org	2007-12-03 16:40:41

Modified files:
	gfs-kernel/src/dlm: lock_dlm.h plock.c 

Log message:
	Posix locks don't work between threads, but it seems some programs do
	involve threads sharing plocks incidentally (with meaningless results).
	Given the plock state we keep in lock_dlm, multiple threads accessing the
	locks would not only be meaningless, but could corrupt the state, leaving
	the threads permanently hung.  This patch tries to keep threads from
	stomping on each other, hopefully preventing most hangs.
	
	bz 383391

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/dlm/lock_dlm.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.18.2.7&r2=1.18.2.8
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/dlm/plock.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.12.2.4&r2=1.12.2.5


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-12-03 16:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-03 16:40 cluster/gfs-kernel/src/dlm lock_dlm.h plock.c teigland

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).