From 8a8d62e1aa2a0ccc074fcac23309b8e4f7599516 Mon Sep 17 00:00:00 2001 From: alc Date: Sat, 7 Feb 2004 08:54:50 +0000 Subject: swp_pager_async_iodone() no longer requires Giant. Modify bufdone() and swapgeom_done() to perform swp_pager_async_iodone() without Giant. Reviewed by: tegge --- sys/kern/vfs_bio.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/kern') diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c index f21f48e..eafb977 100644 --- a/sys/kern/vfs_bio.c +++ b/sys/kern/vfs_bio.c @@ -3102,7 +3102,6 @@ bufdone(struct buf *bp) int s; void (*biodone)(struct buf *); - GIANT_REQUIRED; s = splbio(); -- cgit v1.1