From: Christoph Hellwig Date: Tue, 6 Dec 2011 21:58:21 +0000 (+0000) Subject: xfs: simplify xfs_qm_detach_gdquots X-Git-Tag: v3.3-rc1~169^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28fb588c9bd810dec273d96e80591392f6ce1e1c;p=pandora-kernel.git xfs: simplify xfs_qm_detach_gdquots There is no reason to drop qi_dqlist_lock around calls to xfs_qm_dqrele because the free list lock now nests inside qi_dqlist_lock and the dquot lock. Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Signed-off-by: Ben Myers --- Reading git-diff-tree failed