From: Dave Chinner Date: Mon, 11 Jan 2010 11:47:41 +0000 (+0000) Subject: xfs: Don't directly reference m_perag in allocation code X-Git-Tag: v2.6.34-rc1~278^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a862e0fdcb8862aab2538ec2fc2f0dc07a625c59;p=pandora-kernel.git xfs: Don't directly reference m_perag in allocation code Start abstracting the perag references so that the indexing of the structures is not directly coded into all the places that uses the perag structures. This will allow us to separate the use of the perag structure and the way it is indexed and hence avoid the known deadlocks related to growing a busy filesystem. Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig Signed-off-by: Alex Elder --- Reading git-diff-tree failed