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
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/vm/vm_map.c | ||
---|---|---|
2479 ↗ | (On Diff #64449) | " ... 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 ↗ | (On Diff #64449) | 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 ..." |