Skip to content

Commit

Permalink
xfs_destroy_workqueues() should not be tagged with__exit
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Luck, Tony authored and Linus Torvalds committed Apr 11, 2011
1 parent a1b7ea5 commit 39411f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/xfs/linux-2.6/xfs_super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1741,7 +1741,7 @@ xfs_init_workqueues(void)
return -ENOMEM;
}

STATIC void __exit
STATIC void
xfs_destroy_workqueues(void)
{
destroy_workqueue(xfs_ail_wq);
Expand Down

0 comments on commit 39411f8

Please sign in to comment.