]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - fs/xfs/xfs_dquot.c
xfs: remove the global xfs_Gqm structure
authorChristoph Hellwig <hch@infradead.org>
Tue, 13 Mar 2012 08:52:37 +0000 (08:52 +0000)
committerBen Myers <bpm@sgi.com>
Wed, 14 Mar 2012 17:06:32 +0000 (12:06 -0500)
commita05931ceb0160deadbd7798d60d01b17f2d81b09
treeca56811415e970149cc99b8b7f6ec9a4677d6025
parentb84a3a96751f93071c1863f2962273973c8b8f5e
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>
fs/xfs/xfs_dquot.c
fs/xfs/xfs_qm.c
fs/xfs/xfs_qm.h
fs/xfs/xfs_qm_bhv.c
fs/xfs/xfs_super.c
fs/xfs/xfs_super.h
fs/xfs/xfs_trans_dquot.c