From: Josef 'Jeff' Sipek Date: Thu, 27 Mar 2008 06:58:27 +0000 (+1100) Subject: [XFS] Replace custom AIL linked-list code with struct list_head X-Git-Tag: v2.6.26-rc1~1147^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=535f6b3735db6ef6026537bfe55ae00c3d9cc1ee;p=pandora-kernel.git [XFS] Replace custom AIL linked-list code with struct list_head Replace the xfs_ail_entry_t with a struct list_head and clean the surrounding code up. Also fixes a livelock in xfs_trans_first_push_ail() by terminating the loop at the head of the list correctly. SGI-PV: 978682 SGI-Modid: xfs-linux-melb:xfs-kern:30636a Signed-off-by: Josef 'Jeff' Sipek Signed-off-by: David Chinner Signed-off-by: Lachlan McIlroy --- Reading git-diff-tree failed