public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster/gfs-kernel/src/gfs glops.c log.c
@ 2005-03-01 17:06 tadpol
  0 siblings, 0 replies; only message in thread
From: tadpol @ 2005-03-01 17:06 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	tadpol@sourceware.org	2005-03-01 17:06:34

Modified files:
	gfs-kernel/src/gfs: glops.c log.c 

Log message:
	Possible fix for bug #146711
	If a withdraw is called before we've a chance to relock the trans
	lock, the sd_log_head points to the wrong place, and a umount will
	fail on asserts because of this.
	Adding one puts sd_log_head at a value that passes the assert.  The
	value may not be correct for on disk, but we've withdrawn so there is
	no more disk io.
	If we're not withdrawn, the next io will grab the trans lock, which
	will fill sd_log_head with the correct value.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/glops.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.8.2.1&r2=1.8.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/log.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.11.2.2&r2=1.11.2.3


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

only message in thread, other threads:[~2005-03-01 17:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-01 17:06 cluster/gfs-kernel/src/gfs glops.c log.c tadpol

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).