aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
diff options
context:
space:
mode:
authorGerard Snitselaar <dev@snitselaar.org>2012-03-16 14:36:18 -0400
committerBen Myers <bpm@sgi.com>2012-03-22 14:48:55 -0400
commit1c2ccc66bcef992bec7bad6d52cade66d632d7fb (patch)
tree621a3e4d527d18bc6bfb2667baf29f5a9607706a /fs/xfs
parentf074211f6041305b645669464343d504f4e6a290 (diff)
fs: xfs: fix section mismatch in linux-next
xfs_qm_exit() is called in init_xfs_fs(). Signed-off-by: Gerard Snitselaar <dev@snitselaar.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'fs/xfs')
-rw-r--r--fs/xfs/xfs_dquot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_dquot.c b/fs/xfs/xfs_dquot.c
index 4be16a0cbe5..1155208fa83 100644
--- a/fs/xfs/xfs_dquot.c
+++ b/fs/xfs/xfs_dquot.c
@@ -1065,7 +1065,7 @@ out:
1065 return -ENOMEM; 1065 return -ENOMEM;
1066} 1066}
1067 1067
1068void __exit 1068void
1069xfs_qm_exit(void) 1069xfs_qm_exit(void)
1070{ 1070{
1071 kmem_zone_destroy(xfs_qm_dqtrxzone); 1071 kmem_zone_destroy(xfs_qm_dqtrxzone);