diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_super.c')
| -rw-r--r-- | fs/xfs/linux-2.6/xfs_super.c | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/xfs/linux-2.6/xfs_super.c b/fs/xfs/linux-2.6/xfs_super.c index b38e58d0229..b0aa59e51fd 100644 --- a/fs/xfs/linux-2.6/xfs_super.c +++ b/fs/xfs/linux-2.6/xfs_super.c @@ -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);  |