[XFS] Given the log a pointer to the AIL
authorDavid Chinner <david@fromorbit.com>
Thu, 30 Oct 2008 06:39:35 +0000 (17:39 +1100)
committerLachlan McIlroy <lachlan@sgi.com>
Thu, 30 Oct 2008 06:39:35 +0000 (17:39 +1100)
commita9c21c1b9deaced836034e77fe25fe0b55c21f02
tree908b333bd0dd310a6a24760e2eab3bc5371540af
parentc7e8f268278a292d3823b4352182fa7755a71410
[XFS] Given the log a pointer to the AIL

When we need to go from the log to the AIL, we have to go via the
xfs_mount. Add a xfs_ail pointer to the log so we can go directly to the
AIL associated with the log.

SGI-PV: 988143

SGI-Modid: xfs-linux-melb:xfs-kern:32351a

Signed-off-by: David Chinner <david@fromorbit.com>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Signed-off-by: Christoph Hellwig <hch@infradead.org>
fs/xfs/xfs_log.c
fs/xfs/xfs_log_priv.h
fs/xfs/xfs_log_recover.c