Loading fs/xfs/xfs_super.c +1 −1 Original line number Diff line number Diff line Loading @@ -1433,7 +1433,7 @@ 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; Loading Loading
fs/xfs/xfs_super.c +1 −1 Original line number Diff line number Diff line Loading @@ -1433,7 +1433,7 @@ 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; Loading