diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-02-10 12:23:29 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-02-10 12:23:29 +0000 |
| commit | 5ece08f57a8e9384810ad50f1c34ed3094323fc5 (patch) | |
| tree | c9ec15c243fdf0fc4ec20f1837d60108bb1c008c /sys/kern/vfs_aio.c | |
| parent | 502a35d60f4c83db8ad81dbae24f5797cf2498ef (diff) | |
Notes
Diffstat (limited to 'sys/kern/vfs_aio.c')
| -rw-r--r-- | sys/kern/vfs_aio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_aio.c b/sys/kern/vfs_aio.c index a30fedc97c03..52c40a0b49a5 100644 --- a/sys/kern/vfs_aio.c +++ b/sys/kern/vfs_aio.c @@ -108,7 +108,7 @@ static long jobrefid; #define AIOD_LIFETIME_DEFAULT (30 * hz) #endif -SYSCTL_NODE(_vfs, OID_AUTO, aio, CTLFLAG_RW, 0, "Async IO management"); +static SYSCTL_NODE(_vfs, OID_AUTO, aio, CTLFLAG_RW, 0, "Async IO management"); static int max_aio_procs = MAX_AIO_PROCS; SYSCTL_INT(_vfs_aio, OID_AUTO, max_aio_procs, |
