This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cluster Project".
The branch, master has been updated
via 4ecbd5d63ff454ed232661a644194ae858ea1830 (commit)
via 73a341b9ba39c6c61ce9248ac74648dfe90b6c9c (commit)
from ebda3b163cabd4e0f04127637ed73caf9caf2704 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 73a341b9ba39c6c61ce9248ac74648dfe90b6c9c
Author: David Teigland <teigland@redhat.com>
Date: Mon Mar 31 10:09:37 2008 -0500
gfs: don't cancel glocks when writing to hidden file
bz 438268
When glock.c sees the PRIORITY flag, it cancels any outstanding
glocks prior to doing the lock request. lock_dlm also uses the
PRIORITY flag to give give granting priority to the lock in the
dlm. Both of these are necessary when the PRIORITY glock is used
for recovery, but only the second is wanted (neither is really
needed) when writing to a hidden file. A new GL_NOCANCEL_OTHER
flag, combined with PRIORITY, is used to tell glock.c to not do
the cancels.
Signed-off-by: David Teigland <teigland@redhat.com>