diff options
Diffstat (limited to 'fs/xfs/xfs_super.c')
| -rw-r--r-- | fs/xfs/xfs_super.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c index 205376776377..3494eff8e4eb 100644 --- a/fs/xfs/xfs_super.c +++ b/fs/xfs/xfs_super.c @@ -1433,11 +1433,11 @@ xfs_fs_fill_super(  	if (error)  		goto out_free_fsname; -	error = xfs_init_mount_workqueues(mp); +	error = -xfs_init_mount_workqueues(mp);  	if (error)  		goto out_close_devices; -	error = xfs_icsb_init_counters(mp); +	error = -xfs_icsb_init_counters(mp);  	if (error)  		goto out_destroy_workqueues; | 

