From: Christoph Hellwig Date: Mon, 19 Jan 2009 01:03:19 +0000 (+0100) Subject: xfs: lockdep annotations for xfs_dqlock2 X-Git-Tag: v2.6.30-rc1~232^2~35^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bb87a33b2cfb8e7ef3383718274094bdff266a3;p=pandora-kernel.git xfs: lockdep annotations for xfs_dqlock2 xfs_dqlock2 locks two xfs_dquots, which is fine as it always locks the dquot with the lower id first. Use mutex_lock_nested to tell lockdep about this fact. Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner --- Reading git-diff-tree failed