In message <201903120510.x2c5afs9081...@repo.freebsd.org>, Warner Losh 
writes:
> Author: imp
> Date: Tue Mar 12 05:10:41 2019
> New Revision: 345052
> URL: https://svnweb.freebsd.org/changeset/base/345052
>
> Log:
>   Fix botched merge with 355066

Should this be 335066?

>   
>   When merging from Netflix's tree, resetting the carsize was dropped
>   accidentally. This fix fixes that revision by properly resetting how
>   many are in the car.
>   
>   Noticed by: mav@
>
> Modified:
>   head/sys/kern/subr_disk.c
>
> Modified: head/sys/kern/subr_disk.c
> =============================================================================
> =
> --- head/sys/kern/subr_disk.c Tue Mar 12 04:57:05 2019        (r345051)
> +++ head/sys/kern/subr_disk.c Tue Mar 12 05:10:41 2019        (r345052)
> @@ -201,6 +201,7 @@ bioq_insert_tail(struct bio_queue_head *head, struct b
>  
>       TAILQ_INSERT_TAIL(&head->queue, bp, bio_queue);
>       head->total++;
> +     head->batched = 0;
>       head->insert_point = bp;
>       head->last_offset = bp->bio_offset;
>  }
>


-- 
Cheers,
Cy Schubert <cy.schub...@cschubert.com>
FreeBSD UNIX:  <c...@freebsd.org>   Web:  http://www.FreeBSD.org

        The need of the many outweighs the greed of the few.


_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to