From: David Chinner Date: Thu, 30 Oct 2008 06:39:23 +0000 (+1100) Subject: [XFS] Move the AIL lock into the struct xfs_ail X-Git-Tag: v2.6.29-rc1~552^2~81^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7e8f268278a292d3823b4352182fa7755a71410;p=pandora-kernel.git [XFS] Move the AIL lock into the struct xfs_ail Bring the ail lock inside the struct xfs_ail. This means the AIL can be entirely manipulated via the struct xfs_ail rather than needing both the struct xfs_mount and the struct xfs_ail. SGI-PV: 988143 SGI-Modid: xfs-linux-melb:xfs-kern:32350a Signed-off-by: David Chinner Signed-off-by: Lachlan McIlroy Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed