Page MenuHomeFreeBSD

Modernize geom_stats_snapshot_get
ClosedPublic

Authored by asomers on Mar 3 2021, 8:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 24, 2:01 PM
Unknown Object (File)
Fri, May 10, 4:02 PM
Unknown Object (File)
Wed, May 8, 2:57 AM
Unknown Object (File)
May 1 2024, 12:40 AM
Unknown Object (File)
Feb 9 2024, 9:17 AM
Unknown Object (File)
Jan 10 2024, 1:29 PM
Unknown Object (File)
Jan 8 2024, 4:30 AM
Unknown Object (File)
Jan 7 2024, 10:51 AM
Subscribers

Details

Summary
  • 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.

MFC after: 2 weeks
Sponsored by: Axcient

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 37547
Build 34436: arc lint + arc unit