commit | 080dda7f5e8e8df95bcd17a5345c276e365a2054 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Jan 19 02:03:11 2009 +0100 |
committer | Lachlan McIlroy <lachlan@sgi.com> | Mon Jan 19 14:44:44 2009 +1100 |
tree | 19937537e0c3d623255ccf1e76af36eceb2fb584 | |
parent | 62e194ecdaf8a1935991c1f8704886328d96a391 [diff] |
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 <hch@lst.de> Reviewed-by: Dave Chinner <david@fromorbit.com>