public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix bug in xlogitm idbg command
@ 2008-12-04  7:06 Lachlan McIlroy
  2008-12-04  7:07 ` Christoph Hellwig
  0 siblings, 1 reply; 2+ messages in thread
From: Lachlan McIlroy @ 2008-12-04  7:06 UTC (permalink / raw)
  To: xfs-oss

Print out the correct field for the back pointer in the
xlogitm idbg command.

--- a/fs/xfs/xfsidbg.c	2008-12-04 13:57:45.000000000 +1100
+++ b/fs/xfs/xfsidbg.c	2008-12-03 17:16:55.000000000 +1100
@@ -6373,7 +6250,7 @@ xfsidbg_xlogitem(xfs_log_item_t *lip)
  	printflags((uint)(lip->li_flags), li_flags,"log");
  	kdb_printf("\n");
  	kdb_printf("ail forw 0x%p ail back 0x%p lsn %s\ndesc %p ops 0x%p",
-		lip->li_ail.next, lip->li_ail.next,
+		lip->li_ail.next, lip->li_ail.prev,
  		xfs_fmtlsn(&(lip->li_lsn)), lip->li_desc, lip->li_ops);
  	kdb_printf(" iodonefunc &0x%p\n", lip->li_cb);
  	if (lip->li_type == XFS_LI_BUF) {

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix bug in xlogitm idbg command
  2008-12-04  7:06 [PATCH] Fix bug in xlogitm idbg command Lachlan McIlroy
@ 2008-12-04  7:07 ` Christoph Hellwig
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2008-12-04  7:07 UTC (permalink / raw)
  To: Lachlan McIlroy; +Cc: xfs-oss

On Thu, Dec 04, 2008 at 06:06:07PM +1100, Lachlan McIlroy wrote:
> Print out the correct field for the back pointer in the
> xlogitm idbg command.

Looks good.

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-12-04  7:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-04  7:06 [PATCH] Fix bug in xlogitm idbg command Lachlan McIlroy
2008-12-04  7:07 ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox