From: Dave Chinner Date: Mon, 10 Nov 2008 06:13:23 +0000 (+1100) Subject: [XFS] Avoid using inodes that haven't been completely initialised X-Git-Tag: v2.6.29-rc1~552^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6307091fe69ae74747298bdcaf43119ad67bda3a;p=pandora-kernel.git [XFS] Avoid using inodes that haven't been completely initialised The radix tree walks in xfs_sync_inodes_ag and xfs_qm_dqrele_all_inodes() can find inodes that are still undergoing initialisation. Avoid them by checking for the the XFS_INEW() flag once we have a reference on the inode. This flag is cleared once the inode is properly initialised. SGI-PV: 987246 Signed-off-by: Dave Chinner Signed-off-by: Lachlan McIlroy --- Reading git-diff-tree failed