From: Christoph Hellwig Date: Tue, 6 Dec 2011 21:58:19 +0000 (+0000) Subject: xfs: nest qm_dqfrlist_lock inside the dquot qlock X-Git-Tag: v3.3-rc1~169^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf72de3194e73fa210a904b0bd951135286bb385;p=pandora-kernel.git xfs: nest qm_dqfrlist_lock inside the dquot qlock Allow xfs_qm_dqput to work without trylock loops by nesting the freelist lock inside the dquot qlock. In turn that requires trylocks in the reclaim path instead, but given it's a classic tradeoff between fast and slow path, and we follow the model of the inode and dentry caches. Document our new lock order now that it has settled. Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Signed-off-by: Ben Myers --- Reading git-diff-tree failed