public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fs: xfs: fix section mismatch in linux-next
@ 2012-03-16 18:36 Gerard Snitselaar
  2012-03-17 11:50 ` Christoph Hellwig
  2012-03-22 18:33 ` Ben Myers
  0 siblings, 2 replies; 3+ messages in thread
From: Gerard Snitselaar @ 2012-03-16 18:36 UTC (permalink / raw)
  To: bpm; +Cc: elder, xfs-master, xfs, linux-kernel

xfs_qm_exit() is called in init_xfs_fs().

Signed-off-by: Gerard Snitselaar <dev@snitselaar.org>
---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-03-22 18:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-16 18:36 [PATCH] fs: xfs: fix section mismatch in linux-next Gerard Snitselaar
2012-03-17 11:50 ` Christoph Hellwig
2012-03-22 18:33 ` Ben Myers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox