All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xfs: remove some obsolete comments in xfs_trans_ail.c
@ 2012-03-29 12:07 Dave Chinner
  2012-03-29 18:24 ` Christoph Hellwig
  0 siblings, 1 reply; 3+ messages in thread
From: Dave Chinner @ 2012-03-29 12:07 UTC (permalink / raw)
  To: xfs

From: Christoph Hellwig <hch@infradead.org>

Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 fs/xfs/xfs_trans_ail.c |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)

diff --git a/fs/xfs/xfs_trans_ail.c b/fs/xfs/xfs_trans_ail.c
index b868035..cd2fde7 100644
--- a/fs/xfs/xfs_trans_ail.c
+++ b/fs/xfs/xfs_trans_ail.c
@@ -761,20 +761,6 @@ xfs_trans_ail_delete_bulk(
 	}
 }
 
-/*
- * The active item list (AIL) is a doubly linked list of log
- * items sorted by ascending lsn.  The base of the list is
- * a forw/back pointer pair embedded in the xfs mount structure.
- * The base is initialized with both pointers pointing to the
- * base.  This case always needs to be distinguished, because
- * the base has no lsn to look at.  We almost always insert
- * at the end of the list, so on inserts we search from the
- * end of the list to find where the new item belongs.
- */
-
-/*
- * Initialize the doubly linked list to point only to itself.
- */
 int
 xfs_trans_ail_init(
 	xfs_mount_t	*mp)
-- 
1.7.9

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

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

* Re: [PATCH] xfs: remove some obsolete comments in xfs_trans_ail.c
  2012-03-29 12:07 [PATCH] xfs: remove some obsolete comments in xfs_trans_ail.c Dave Chinner
@ 2012-03-29 18:24 ` Christoph Hellwig
  2012-03-29 21:06   ` Dave Chinner
  0 siblings, 1 reply; 3+ messages in thread
From: Christoph Hellwig @ 2012-03-29 18:24 UTC (permalink / raw)
  To: Dave Chinner; +Cc: xfs

Hmm - I suspect you reposted this one accidentally?

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

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

* Re: [PATCH] xfs: remove some obsolete comments in xfs_trans_ail.c
  2012-03-29 18:24 ` Christoph Hellwig
@ 2012-03-29 21:06   ` Dave Chinner
  0 siblings, 0 replies; 3+ messages in thread
From: Dave Chinner @ 2012-03-29 21:06 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: xfs

On Thu, Mar 29, 2012 at 02:24:30PM -0400, Christoph Hellwig wrote:
> Hmm - I suspect you reposted this one accidentally?

Yah, PEBKAC. guilt patchbomb requires the previous commit to the one
you want to post, and I left the ".." off the commit to tell it to
post all the patches from the next one to the last in the series.

Cheers,

Dave.
-- 
Dave Chinner
david@fromorbit.com

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

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

end of thread, other threads:[~2012-03-29 21:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-29 12:07 [PATCH] xfs: remove some obsolete comments in xfs_trans_ail.c Dave Chinner
2012-03-29 18:24 ` Christoph Hellwig
2012-03-29 21:06   ` Dave Chinner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.