]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
xfs: remove some obsolete comments in xfs_trans_ail.c
authorChristoph Hellwig <hch@infradead.org>
Mon, 23 Apr 2012 05:58:40 +0000 (15:58 +1000)
committerBen Myers <bpm@sgi.com>
Mon, 14 May 2012 21:20:32 +0000 (16:20 -0500)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_trans_ail.c

index 49d9cde33bb35d13e0c2285c3c881ec1961bb525..959374a0d02811aac7019aae45993d48d0a5ffe0 100644 (file)
@@ -750,20 +750,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)