The loop in vm_map_protect that verifies that all transition map
entries are stabilized, repeatedly verifies the same entry. Check each
entry in turn.
Details
Details
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
sys/vm/vm_map.c | ||
---|---|---|
2479 | " ... but not yet have its MAP_ENTRY_USER_WIRED flag set and visible ... |
Comment Actions
While I think that this change is unquestionably correct, I would still ask Peter to test it.
sys/vm/vm_map.c | ||
---|---|---|
2480–2481 | I think that the "and" clause can simply be deleted. In other worlds, we can simply say, "... flag set. In which case, we would fail to ..." |