diff options
| -rw-r--r-- | fs/xfs/linux-2.6/xfs_super.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_super.c b/fs/xfs/linux-2.6/xfs_super.c index 67d5b2cddb9..b38e58d0229 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);  |