From: Christoph Hellwig Date: Mon, 19 Jan 2009 01:03:11 +0000 (+0100) Subject: xfs: add a separate lock class for the per-mount list of dquots X-Git-Tag: v2.6.29-rc3~44^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=080dda7f5e8e8df95bcd17a5345c276e365a2054;p=pandora-kernel.git xfs: add a separate lock class for the per-mount list of dquots We can have both a a quota hash chain and the per-mount list locked at the same time. But given that both use the same struct dqhash as list head we have to tell lockdep that they are different lock classes. Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner --- Reading git-diff-tree failed