mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
Avoid ARC buffer transfrom operations in prefetch
This change will prevent prefetch to perform unnecessary ARC buffer fill when reading from disk. Reviewed-by: Alexander Motin <mav@FreeBSD.org> Signed-off-by: Jaydeep Kshirsagar <jkshirsagar@maxlinear.com> Co-authored-by: Alexander Motin <mav@FreeBSD.org> Closes #17013
This commit is contained in:
parent
387ed5ca41
commit
21205f6488
1 changed files with 1 additions and 0 deletions
|
|
@ -6031,6 +6031,7 @@ top:
|
|||
acb->acb_compressed = compressed_read;
|
||||
acb->acb_encrypted = encrypted_read;
|
||||
acb->acb_noauth = noauth_read;
|
||||
acb->acb_nobuf = no_buf;
|
||||
acb->acb_zb = *zb;
|
||||
|
||||
ASSERT3P(hdr->b_l1hdr.b_acb, ==, NULL);
|
||||
|
|
|
|||
Loading…
Reference in a new issue