mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Since r350426 this KASSERT doesn't serve any useful purpose.
This commit is contained in:
parent
54e9e4e72d
commit
814f33aafb
1 changed files with 0 additions and 2 deletions
|
|
@ -392,8 +392,6 @@ sendfile_swapin(vm_object_t obj, struct sf_io *sfio, int *nios, off_t off,
|
|||
VM_OBJECT_WUNLOCK(obj);
|
||||
return (EIO);
|
||||
}
|
||||
KASSERT(rv == VM_PAGER_OK, ("%s: pager fail obj %p page %p",
|
||||
__func__, obj, pa[i]));
|
||||
|
||||
SFSTAT_INC(sf_iocnt);
|
||||
SFSTAT_ADD(sf_pages_read, count);
|
||||
|
|
|
|||
Loading…
Reference in a new issue