From: Lachlan McIlroy Date: Mon, 23 Jun 2008 03:23:57 +0000 (+1000) Subject: [XFS] make inode reclaim wait for log I/O to complete X-Git-Tag: v2.6.27-rc2~91^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f871d5d1b9b126c1a0cece737a37c6980c988e3;p=pandora-kernel.git [XFS] make inode reclaim wait for log I/O to complete During a forced shutdown a xfs inode can be destroyed before log I/O involving that inode is complete. We need to wait for the inode to be unpinned before tearing it down. Version 2 cleans up the code a bit by relying on xfs_iflush() to do the unpinning and forced shutdown check. SGI-PV: 981240 SGI-Modid: xfs-linux-melb:xfs-kern:31326a Signed-off-by: Lachlan McIlroy Signed-off-by: David Chinner --- Reading git-diff-tree failed