summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_aio.c
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2008-02-01 11:59:14 +0000
committerRobert Watson <rwatson@FreeBSD.org>2008-02-01 11:59:14 +0000
commite603be7ada97a0e60ed92150d12f398d1c59ee6b (patch)
treea9f4e7b9840116416e820b2daec71b3627352a4c /sys/kern/vfs_aio.c
parentd4529f987aee74022bb2fd3e286a34bbcfb1f495 (diff)
Notes
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 877ddf139a51..60a8149bc8b1 100644
--- a/sys/kern/vfs_aio.c
+++ b/sys/kern/vfs_aio.c
@@ -119,6 +119,8 @@ static uint64_t jobseqno;
#define AIOD_LIFETIME_DEFAULT (30 * hz)
#endif
+FEATURE(aio, "Asynchronous I/O");
+
static SYSCTL_NODE(_vfs, OID_AUTO, aio, CTLFLAG_RW, 0, "Async IO management");
static int max_aio_procs = MAX_AIO_PROCS;