* [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* Re: [PATCH] fs: xfs: fix section mismatch in linux-next
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
1 sibling, 0 replies; 3+ messages in thread
From: Christoph Hellwig @ 2012-03-17 11:50 UTC (permalink / raw)
To: Gerard Snitselaar; +Cc: bpm, xfs, elder, linux-kernel, xfs-master
On Fri, Mar 16, 2012 at 11:36:18AM -0700, Gerard Snitselaar wrote:
> xfs_qm_exit() is called in init_xfs_fs().
>
> Signed-off-by: Gerard Snitselaar <dev@snitselaar.org>
Thanks for catching this, the fix looks good to me.
Reviewed-by: Christoph Hellwig <hch@lst.de>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] fs: xfs: fix section mismatch in linux-next
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
1 sibling, 0 replies; 3+ messages in thread
From: Ben Myers @ 2012-03-22 18:33 UTC (permalink / raw)
To: Gerard Snitselaar; +Cc: elder, xfs-master, xfs, linux-kernel
On Fri, Mar 16, 2012 at 11:36:18AM -0700, Gerard Snitselaar wrote:
> xfs_qm_exit() is called in init_xfs_fs().
>
> Signed-off-by: Gerard Snitselaar <dev@snitselaar.org>
Thanks Gerard.
Reviewed-by: Ben Myers <bpm@sgi.com>
^ permalink raw reply [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