Skip to content

Commit

Permalink
xfs: fix duplicate workqueue initialisation
Browse files Browse the repository at this point in the history
The workqueue initialisation function is called twice when
initialising the XFS subsystem. Remove the second initialisation
call.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Alex Elder <aelder@sgi.com>
  • Loading branch information
Dave Chinner authored and Alex Elder committed May 19, 2011
1 parent e69522a commit 1beb65a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions fs/xfs/linux-2.6/xfs_super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1787,10 +1787,6 @@ init_xfs_fs(void)
if (error)
goto out_cleanup_procfs;

error = xfs_init_workqueues();
if (error)
goto out_sysctl_unregister;

vfs_initquota();

error = register_filesystem(&xfs_fs_type);
Expand Down

0 comments on commit 1beb65a

Please sign in to comment.