commit | a05931ceb0160deadbd7798d60d01b17f2d81b09 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Tue Mar 13 08:52:37 2012 +0000 |
committer | Ben Myers <bpm@sgi.com> | Wed Mar 14 12:06:32 2012 -0500 |
tree | ca56811415e970149cc99b8b7f6ec9a4677d6025 | |
parent | b84a3a96751f93071c1863f2962273973c8b8f5e [diff] |
xfs: remove the global xfs_Gqm structure If we initialize the slab caches for the quota code when XFS is loaded there is no need for a global and reference counted quota manager structure. Drop all this overhead and also fix the error handling during quota initialization. Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Ben Myers <bpm@sgi.com>