mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
vm_object: Make a comment more clear
Reviewed by: alc, kib MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D49675 (cherry picked from commit da05ca9ab655272569f4af99c86d2aff97a0d2ab)
This commit is contained in:
parent
1b7e2cc108
commit
21ea2ef51c
1 changed files with 1 additions and 1 deletions
|
|
@ -1607,7 +1607,7 @@ retry:
|
|||
* One other possibility is that the map entry is wired, in
|
||||
* which case we must hang on to the page to avoid leaking it,
|
||||
* as the map entry owns the wiring. This case can arise if the
|
||||
* backing pager is truncated.
|
||||
* backing object is truncated by the pager.
|
||||
*/
|
||||
if (vm_page_none_valid(m) && entry->wired_count == 0) {
|
||||
if (vm_page_remove(m))
|
||||
|
|
|
|||
Loading…
Reference in a new issue