summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2004-09-03 03:19:14 +0000
committerRobert Watson <rwatson@FreeBSD.org>2004-09-03 03:19:14 +0000
commitb6ac58288025f38c36db75f5feaecaee8d2f245a (patch)
treec8247a8faa3591667eeb4853f8130b63fcc9cee7
parentccaae37ab18d2d378de22a7bc0970c41c660e868 (diff)
Notes
-rw-r--r--sys/kern/vfs_aio.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/kern/vfs_aio.c b/sys/kern/vfs_aio.c
index 35136532e597..21bc1019b228 100644
--- a/sys/kern/vfs_aio.c
+++ b/sys/kern/vfs_aio.c
@@ -61,6 +61,8 @@ __FBSDID("$FreeBSD$");
#include "opt_vfs_aio.h"
+NET_NEEDS_GIANT("aio");
+
/*
* Counter for allocating reference ids to new jobs. Wrapped to 1 on
* overflow.