commit | 5aa2dc0a0697c762874241fa9ddbecd2d878b934 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Jan 19 02:03:25 2009 +0100 |
committer | Lachlan McIlroy <lachlan@sgi.com> | Mon Jan 19 14:44:59 2009 +1100 |
tree | 48ceaae74318d871b5b1d0a75484b02283712697 | |
parent | 4f2d4ac6e5eb7d72e8df7f3fbf67a78dab8b91cf [diff] |
xfs: add a lock class for group/project dquots We can have both a user and a group/project dquot locked at the same time, as long as the user dquot is locked first. Tell lockdep about that fact by making the group/project dquots a different lock class. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <david@fromorbit.com>