mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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>
This commit is contained in:
parent
f074211f60
commit
1c2ccc66bc
1 changed files with 1 additions and 1 deletions
|
@ -1065,7 +1065,7 @@ out:
|
|||
return -ENOMEM;
|
||||
}
|
||||
|
||||
void __exit
|
||||
void
|
||||
xfs_qm_exit(void)
|
||||
{
|
||||
kmem_zone_destroy(xfs_qm_dqtrxzone);
|
||||
|
|
Loading…
Reference in a new issue