| To: | bpm@xxxxxxx |
|---|---|
| Subject: | [PATCH] fs: xfs: fix section mismatch in linux-next |
| From: | Gerard Snitselaar <dev@xxxxxxxxxxxxxx> |
| Date: | Fri, 16 Mar 2012 11:36:18 -0700 |
| Cc: | elder@xxxxxxxxxx, xfs-master@xxxxxxxxxxx, xfs@xxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx |
xfs_qm_exit() is called in init_xfs_fs().
Signed-off-by: Gerard Snitselaar <dev@xxxxxxxxxxxxxx>
---
fs/xfs/xfs_dquot.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs/xfs/xfs_dquot.c b/fs/xfs/xfs_dquot.c
index 4be16a0..1155208 100644
--- 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);
--
1.7.7.6
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [Bug 916] xfs_log_force blocked, bugzilla-daemon |
|---|---|
| Next by Date: | Re: MSA60, E500 and xfs, dbrace |
| Previous by Thread: | [Bug 916] xfs_log_force blocked, bugzilla-daemon |
| Next by Thread: | Re: [PATCH] fs: xfs: fix section mismatch in linux-next, Christoph Hellwig |
| Indexes: | [Date] [Thread] [Top] [All Lists] |