提交 1c2ccc66 编写于 作者: G Gerard Snitselaar 提交者: Ben Myers

fs: xfs: fix section mismatch in linux-next

xfs_qm_exit() is called in init_xfs_fs().
Signed-off-by: NGerard Snitselaar <dev@snitselaar.org>
Reviewed-by: NChristoph Hellwig <hch@lst.de>
Signed-off-by: NBen Myers <bpm@sgi.com>
上级 f074211f
...@@ -1065,7 +1065,7 @@ xfs_qm_init(void) ...@@ -1065,7 +1065,7 @@ xfs_qm_init(void)
return -ENOMEM; return -ENOMEM;
} }
void __exit void
xfs_qm_exit(void) xfs_qm_exit(void)
{ {
kmem_zone_destroy(xfs_qm_dqtrxzone); kmem_zone_destroy(xfs_qm_dqtrxzone);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册