HomeFreeBSD

The previous revision incorrectly changed a switch statement into an if
rS154799Unpublished

Unpublished Commit ยท Learn More

No further details are available.

Description

The previous revision incorrectly changed a switch statement into an if
statement. Specifically, a break statement that previously broke out of
the enclosing switch was not changed. Consequently, the enclosing loop
terminated prematurely.

This could result in "vm_page_insert: page already inserted" panics.

Submitted by: tegge

Details

Provenance
alcAuthored on
Parents
rS154798: Remove a redundant variable assignment in arena_reg_frag_alloc().
Branches
Unknown
Tags
Unknown

Event Timeline