From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.sgi.com (relay2.corp.sgi.com [137.38.102.29]) by oss.sgi.com (8.12.11.20060308/8.12.11/SuSE Linux 0.7) with ESMTP id mB475oqd031481 for ; Thu, 4 Dec 2008 01:05:50 -0600 Received: from larry.melbourne.sgi.com (larry.melbourne.sgi.com [134.14.52.130]) by relay2.corp.sgi.com (Postfix) with SMTP id 7130B304085 for ; Wed, 3 Dec 2008 23:05:46 -0800 (PST) Received: from [134.14.55.78] (redback.melbourne.sgi.com [134.14.55.78]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id SAA21339 for ; Thu, 4 Dec 2008 18:05:44 +1100 Message-ID: <4937815F.5010500@sgi.com> Date: Thu, 04 Dec 2008 18:06:07 +1100 From: Lachlan McIlroy MIME-Version: 1.0 Subject: [PATCH] Fix bug in xlogitm idbg command Reply-To: lachlan@sgi.com List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: xfs-bounces@oss.sgi.com Errors-To: xfs-bounces@oss.sgi.com 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