From: Dave Chinner Date: Mon, 10 Nov 2008 06:11:18 +0000 (+1100) Subject: [XFS] fix uninitialised variable bug in dquot release X-Git-Tag: v2.6.29-rc1~552^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb4f0d1d4229f609f43c68acec69c7618ed72397;p=pandora-kernel.git [XFS] fix uninitialised variable bug in dquot release gcc on ARM warns about an using an uninitialised variable in xfs_qm_dqrele_all_inodes(). This is a real bug, but gcc on x86_64 is not reporting this warning so it went unnoticed. Fix the bug by bring the inode radix tree walk code up to date with xfs_sync_inodes_ag(). SGI-PV: 987246 Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig Signed-off-by: Lachlan McIlroy --- Reading git-diff-tree failed