mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
xfs: fix duplicate workqueue initialisation
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>
This commit is contained in:
parent
e69522a8cc
commit
1beb65ad45
@ -1787,10 +1787,6 @@ init_xfs_fs(void)
|
|||||||
if (error)
|
if (error)
|
||||||
goto out_cleanup_procfs;
|
goto out_cleanup_procfs;
|
||||||
|
|
||||||
error = xfs_init_workqueues();
|
|
||||||
if (error)
|
|
||||||
goto out_sysctl_unregister;
|
|
||||||
|
|
||||||
vfs_initquota();
|
vfs_initquota();
|
||||||
|
|
||||||
error = register_filesystem(&xfs_fs_type);
|
error = register_filesystem(&xfs_fs_type);
|
||||||
|
Loading…
Reference in New Issue
Block a user