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, STABLE2 has been updated
via 025b0b4a525b5f5b72f8a583ff89bedb5ee738a8 (commit)
from d7e3a6ea468339ef2f5908379d622004fa04030e (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.
- Log -----------------------------------------------------------------
commit 025b0b4a525b5f5b72f8a583ff89bedb5ee738a8
Author: Joel Becker <joel.becker@oracle.com>
Date: Wed Mar 19 16:08:49 2008 -0500
libdlm: Don't pass LKF_WAIT to the kernel
libdlm is passing LKF_WAIT to the kernel. In the kernel, the unlock
path strictly audits flags, and errors on this unknown (to the kernel)
flag. The correct answer is to keep the flag in userspace.
Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: David Teigland <teigland@redhat.com>