summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_aio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/vfs_aio.c')
-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.