Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39411f81 authored by Tony Luck's avatar Tony Luck Committed by Linus Torvalds
Browse files

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: default avatarTony Luck <tony.luck@intel.com>
Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarAlex Elder <aelder@sgi.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent a1b7ea5d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1741,7 +1741,7 @@ xfs_init_workqueues(void)
	return -ENOMEM;
}

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