public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* Cluster Project branch, STABLE2, updated. cluster-2.03.05-7-gba6da46
@ 2008-07-21 22:40 rpeterso
  0 siblings, 0 replies; only message in thread
From: rpeterso @ 2008-07-21 22:40 UTC (permalink / raw)
  To: cluster-cvs, cluster-devel

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=ba6da460dab95afa3219e1ec910e4ead30e12a81

The branch, STABLE2 has been updated
       via  ba6da460dab95afa3219e1ec910e4ead30e12a81 (commit)
      from  89b350ba3503a63e1b3ef6cfaccfcb71407354ac (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 ba6da460dab95afa3219e1ec910e4ead30e12a81
Author: Bob Peterson <rpeterso@redhat.com>
Date:   Mon Jul 21 17:37:31 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


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

only message in thread, other threads:[~2008-07-21 22:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-21 22:40 Cluster Project branch, STABLE2, updated. cluster-2.03.05-7-gba6da46 rpeterso

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