diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c index e10d61e20a79..f026caa65ff6 100644 --- a/sys/kern/vfs_bio.c +++ b/sys/kern/vfs_bio.c @@ -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);