[PATCH] xfs: remove some obsolete comments in xfs_trans_ail.c
Dave Chinner
david at fromorbit.com
Thu Mar 29 07:07:59 CDT 2012
From: Christoph Hellwig <hch at infradead.org>
Signed-off-by: Christoph Hellwig <hch at 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
More information about the xfs
mailing list