diff options
Diffstat (limited to 'sys/kern/vfs_cluster.c')
-rw-r--r-- | sys/kern/vfs_cluster.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/kern/vfs_cluster.c b/sys/kern/vfs_cluster.c index bdc6ecf..ed80fc5 100644 --- a/sys/kern/vfs_cluster.c +++ b/sys/kern/vfs_cluster.c @@ -79,12 +79,6 @@ SYSCTL_INT(_vfs, OID_AUTO, read_max, CTLFLAG_RW, &read_max, 0, extern vm_page_t bogus_page; /* - * Number of physical bufs (pbufs) this subsystem is allowed. - * Manipulated by vm_pager.c - */ -extern int cluster_pbuf_freecnt; - -/* * Read data to a buf, including read-ahead if we find this to be beneficial. * cluster_read replaces bread. */ |