Module Name:    src
Committed By:   thorpej
Date:           Sun Dec  3 14:35:54 UTC 2023

Modified Files:
        src/sys/kern: subr_vmem.c

Log Message:
bt_freetrim(): Restructure the loop as a LIST_FOREACH_SAFE() rather
than a while().  No real change in behavior now, but makes upcoming
enhancements easier.


To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 src/sys/kern/subr_vmem.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to