K 10 svn:author V 7 asomers K 8 svn:date V 27 2021-04-08T21:39:07.364688Z K 7 svn:log V 591 Modernize geom_stats_snapshot_get * A logically useless memset() is used to fault in some memory pages. Change it to explicit_bzero so the compiler won't eliminate it. * Eliminate the second memset. It made sense in the days of the Big Kernel Lock, but not in the days of fine-grained SMP and especially not in the days of VDSO. Sponsored by: Axcient Reviewed by: phk Differential Revision: https://reviews.freebsd.org/D29047 (cherry picked from commit f05b724ecb310fb91da1947ae6c68647f58f5f12) Git Hash: e0c4ed73f3a6a83f24d9a0bfe89f288ff1b93463 Git Author: asomers@FreeBSD.org END