Commit 1c2ccc66 authored by Gerard Snitselaar's avatar Gerard Snitselaar Committed by Ben Myers

fs: xfs: fix section mismatch in linux-next

xfs_qm_exit() is called in init_xfs_fs().
Signed-off-by: default avatarGerard Snitselaar <dev@snitselaar.org>
Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarBen Myers <bpm@sgi.com>
parent f074211f
......@@ -1065,7 +1065,7 @@ xfs_qm_init(void)
return -ENOMEM;
}
void __exit
void
xfs_qm_exit(void)
{
kmem_zone_destroy(xfs_qm_dqtrxzone);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment