1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

Tag AIO as requiring Giant over the network stack using

NET_NEEDS_GIANT().

RELENG_5 candidate.
This commit is contained in:
Robert Watson 2004-09-03 03:19:14 +00:00
parent ccaae37ab1
commit b6ac582880
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134670

View File

@ -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.