projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f074211
)
fs: xfs: fix section mismatch in linux-next
author
Gerard Snitselaar
<dev@snitselaar.org>
Fri, 16 Mar 2012 18:36:18 +0000
(18:36 +0000)
committer
Ben Myers
<bpm@sgi.com>
Thu, 22 Mar 2012 18:48:55 +0000
(13:48 -0500)
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>
fs/xfs/xfs_dquot.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/xfs/xfs_dquot.c
b/fs/xfs/xfs_dquot.c
index 4be16a0cbe5aee7caf7854c720e371b1e9d851c2..1155208fa830f2953ca0e1019f59b1b9379af7e2 100644
(file)
--- a/
fs/xfs/xfs_dquot.c
+++ b/
fs/xfs/xfs_dquot.c
@@
-1065,7
+1065,7
@@
out:
return -ENOMEM;
}
-void
__exit
+void
xfs_qm_exit(void)
{
kmem_zone_destroy(xfs_qm_dqtrxzone);