* Re: [xfs-masters] [PATCH] xfs_destroy_workqueues() should not be tagged with __exit
[not found] <4da3512411659d3276@agluck-desktop.sc.intel.com>
@ 2011-04-11 19:49 ` Christoph Hellwig
0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2011-04-11 19:49 UTC (permalink / raw)
To: Luck, Tony; +Cc: xfs-masters, xfs, dchinner
On Mon, Apr 11, 2011 at 12:06:12PM -0700, Luck, Tony wrote:
> 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>
Looks good,
Reviewed-by: Christoph Hellwig <hch@lst.de>
>
> ---
>
> 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-masters mailing list
> xfs-masters@oss.sgi.com
> http://oss.sgi.com/mailman/listinfo/xfs-masters
---end quoted text---
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] only message in thread