* [PATCH] xfs_destroy_workqueues() should not be tagged with __exit
@ 2011-04-11 21:48 Alex Elder
0 siblings, 0 replies; only message in thread
From: Alex Elder @ 2011-04-11 21:48 UTC (permalink / raw)
To: torvalds; +Cc: akpm, Luck, Tony, linux-kernel, xfs
Linus, please apply the following patch, which fixes
a problem with ia64 builds that is present in the XFS
pull request I sent you this morning. Thank you.
-Alex
-------- Forwarded Message --------
From: Luck, Tony <tony.luck@intel.com>
To: xfs-masters@oss.sgi.com
Cc: hch@lst.de, dchinner@redhat.com, aelder@sgi.com
Subject: [PATCH] xfs_destroy_workqueues() should not be tagged with
__exit
Date: Mon, 11 Apr 2011 12:06:12 -0700
ia64 throws away .exit sections for the built-in CONFIG case, so routines
that are used in other circumstances should not be tagged as __exit.
Signed-off-by: Tony Luck <tony.luck@intel.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alex Elder <aelder@sgi.com>
---
Should be applied after (or merged into) Dave Chinner's patch
xfs: convert the xfsaild threads to a workqueue
which appeared as commit 0bf6a5bd4b55b466964ead6fa566d8f346a828ee in
next-20110411
diff --git a/fs/xfs/linux-2.6/xfs_super.c b/fs/xfs/linux-2.6/xfs_super.c
index 67d5b2c..b38e58d 100644
--- a/fs/xfs/linux-2.6/xfs_super.c
+++ b/fs/xfs/linux-2.6/xfs_super.c
@@ -1741,7 +1741,7 @@ out:
return -ENOMEM;
}
-STATIC void __exit
+STATIC void
xfs_destroy_workqueues(void)
{
destroy_workqueue(xfs_ail_wq);
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-04-11 21:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-11 21:48 [PATCH] xfs_destroy_workqueues() should not be tagged with __exit Alex Elder
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox