]> Git Repo - linux.git/commitdiff
xfs_destroy_workqueues() should not be tagged with__exit
authorLuck, Tony <[email protected]>
Mon, 11 Apr 2011 19:06:12 +0000 (12:06 -0700)
committerLinus Torvalds <[email protected]>
Mon, 11 Apr 2011 22:47:20 +0000 (15:47 -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 <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Signed-off-by: Alex Elder <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/xfs/linux-2.6/xfs_super.c

index 67d5b2cddb984009ff0df841cfc5caa3f5600f1e..b38e58d02299b40571c6350f3b040907f6853f14 100644 (file)
@@ -1741,7 +1741,7 @@ out:
        return -ENOMEM;
 }
 
-STATIC void __exit
+STATIC void
 xfs_destroy_workqueues(void)
 {
        destroy_workqueue(xfs_ail_wq);
This page took 0.060626 seconds and 4 git commands to generate.