aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/xfs/xfs_trans_ail.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/fs/xfs/xfs_trans_ail.c b/fs/xfs/xfs_trans_ail.c
index 49d9cde33bb3..959374a0d028 100644
--- a/fs/xfs/xfs_trans_ail.c
+++ b/fs/xfs/xfs_trans_ail.c
@@ -750,20 +750,6 @@ xfs_trans_ail_delete_bulk(
750 } 750 }
751} 751}
752 752
753/*
754 * The active item list (AIL) is a doubly linked list of log
755 * items sorted by ascending lsn. The base of the list is
756 * a forw/back pointer pair embedded in the xfs mount structure.
757 * The base is initialized with both pointers pointing to the
758 * base. This case always needs to be distinguished, because
759 * the base has no lsn to look at. We almost always insert
760 * at the end of the list, so on inserts we search from the
761 * end of the list to find where the new item belongs.
762 */
763
764/*
765 * Initialize the doubly linked list to point only to itself.
766 */
767int 753int
768xfs_trans_ail_init( 754xfs_trans_ail_init(
769 xfs_mount_t *mp) 755 xfs_mount_t *mp)