Skip to content

Commit 39411f8

Browse files
aegltorvalds
authored andcommitted
xfs_destroy_workqueues() should not be tagged with__exit
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>
1 parent a1b7ea5 commit 39411f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/xfs/linux-2.6/xfs_super.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1741,7 +1741,7 @@ xfs_init_workqueues(void)
17411741
return -ENOMEM;
17421742
}
17431743

1744-
STATIC void __exit
1744+
STATIC void
17451745
xfs_destroy_workqueues(void)
17461746
{
17471747
destroy_workqueue(xfs_ail_wq);

0 commit comments

Comments
 (0)