summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2004-03-07 00:37:18 +0000
committeralc <alc@FreeBSD.org>2004-03-07 00:37:18 +0000
commit6b2e0639b273aae278481d3f011b716b4fffcef7 (patch)
tree798015ddf25066da6a9349e2eff9af6d04e35cc1 /sys/kern
parent94f567f9bb61875636c0f0959b8e99a7183a36a6 (diff)
downloadFreeBSD-src-6b2e0639b273aae278481d3f011b716b4fffcef7.zip
FreeBSD-src-6b2e0639b273aae278481d3f011b716b4fffcef7.tar.gz
Remove GIANT_REQUIRED from vunmapbuf().
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/vfs_bio.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c
index e10d61e..f026caa 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);
OpenPOWER on IntegriCloud