MFC r256847:
Print more useful information about the transfer that trigger the assertion. Approved by: re (glebius)
This commit is contained in:
parent
22acce6ad4
commit
aaa21934ba
@ -2070,7 +2070,8 @@ free_page:
|
||||
}
|
||||
KASSERT(error != 0 || (m->wire_count > 0 &&
|
||||
vm_page_is_valid(m, off & PAGE_MASK, xfsize)),
|
||||
("wrong page state m %p", m));
|
||||
("wrong page state m %p off %#jx xfsize %d", m, (uintmax_t)off,
|
||||
xfsize));
|
||||
VM_OBJECT_WUNLOCK(obj);
|
||||
return (error);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user