mirror of
https://github.com/opnsense/src.git
synced 2026-03-24 11:43:11 -04:00
Remove GIANT_REQUIRED from vmapbuf().
This commit is contained in:
parent
3e36afbe27
commit
d8582da660
1 changed files with 0 additions and 2 deletions
|
|
@ -3689,8 +3689,6 @@ vmapbuf(struct buf *bp)
|
|||
struct vm_page *m;
|
||||
struct pmap *pmap = &curproc->p_vmspace->vm_pmap;
|
||||
|
||||
GIANT_REQUIRED;
|
||||
|
||||
if (bp->b_bufsize < 0)
|
||||
return (-1);
|
||||
prot = (bp->b_iocmd == BIO_READ) ? VM_PROT_READ | VM_PROT_WRITE :
|
||||
|
|
|
|||
Loading…
Reference in a new issue