CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/09/14 13:02:09
Modified files:
sys/dev/dt : dt_prov_static.c
sys/kern : vfs_bio.c
Log message:
add three static probes for vfs: cleaner, bufcache_take and bufcache_rel.
while here, swap two lines in bufcache_release() to put a KASSERT() first
following the pattern in bufcache_take()
ok beck@ mpi@
