mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Remove GIANT_REQUIRED from vunmapbuf().
This commit is contained in:
parent
5fadbfeac2
commit
3eba15c12e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126704
@ -3736,8 +3736,6 @@ vunmapbuf(struct buf *bp)
|
||||
int pidx;
|
||||
int npages;
|
||||
|
||||
GIANT_REQUIRED;
|
||||
|
||||
npages = bp->b_npages;
|
||||
pmap_qremove(trunc_page((vm_offset_t)bp->b_data),
|
||||
npages);
|
||||
|
Loading…
Reference in New Issue
Block a user