From: rpeterso@sourceware.org <rpeterso@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] Cluster Project branch, master, updated. cluster-2.99.06-39-g4552c16
Date: 21 Jul 2008 22:28:31 -0000 [thread overview]
Message-ID: <20080721222831.24881.qmail@sourceware.org> (raw)
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".
http://sources.redhat.com/git/gitweb.cgi?p=cluster.git;a=commitdiff;h=4552c160f7daf9b5a4af3db302c64ddc76082601
The branch, master has been updated
via 4552c160f7daf9b5a4af3db302c64ddc76082601 (commit)
from 2dc145de13f47a5307d633a23634afab8fd24cf4 (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 4552c160f7daf9b5a4af3db302c64ddc76082601
Author: Bob Peterson <rpeterso@redhat.com>
Date: Mon Jul 21 17:21:49 2008 -0500
Print log header flags for gfs journals.
-----------------------------------------------------------------------
Summary of changes:
gfs2/edit/hexedit.c | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/gfs2/edit/hexedit.c b/gfs2/edit/hexedit.c
index fa65000..15e1f58 100644
--- a/gfs2/edit/hexedit.c
+++ b/gfs2/edit/hexedit.c
@@ -2305,11 +2305,12 @@ void dump_journal(const char *journal)
if (gfs1) {
gfs_log_header_in(&lh1, jbuf);
- print_gfs2("Block #%4llx: Log header: Seq"
- "= 0x%x, first = 0x%x tail = "
- "0x%x, last = 0x%x",
- jb, lh1.lh_sequence, lh1.lh_first,
- lh1.lh_tail, lh1.lh_last_dump);
+ print_gfs2("Block #%4llx: Log header: Flags = "
+ "%08x, Seq = 0x%x, first = 0x%x "
+ "tail = 0x%x, last = 0x%x",
+ jb, lh1.lh_flags, lh1.lh_sequence,
+ lh1.lh_first, lh1.lh_tail,
+ lh1.lh_last_dump);
} else {
gfs2_log_header_in(&lh, jbuf);
print_gfs2("Block #%4llx: Log header: Seq"
hooks/post-receive
--
Cluster Project
reply other threads:[~2008-07-21 22:28 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080721222831.24881.qmail@sourceware.org \
--to=rpeterso@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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 NNTP newsgroup(s).