]> git.proxmox.com Git - mirror_zfs.git/commit
Add missed DMU_PROJECTUSED_OBJECT prefetch.
authorAlexander Motin <mav@FreeBSD.org>
Thu, 13 Jul 2023 16:12:55 +0000 (12:12 -0400)
committerGitHub <noreply@github.com>
Thu, 13 Jul 2023 16:12:55 +0000 (09:12 -0700)
commit6db781d52ca0993af42e9ecb6741263167b991e0
treeda22263c65411413e4dcd5661c998a7309ec7eca
parent6c9aa1d2a6d39259e4d5bce8f470f0bf8494dc77
Add missed DMU_PROJECTUSED_OBJECT prefetch.

It seems 9c5167d19f "Project Quota on ZFS" missed to add prefetch
for DMU_PROJECTUSED_OBJECT during scan (scrub/resilver).  It should
not cause visible problems, but may affect scub/resilver performance.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Alexander Motin <mav@FreeBSD.org>
Sponsored by: iXsystems, Inc.
Closes #15024
module/zfs/dsl_scan.c