diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2005-08-13 20:21:33 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2005-08-13 20:21:33 +0000 |
| commit | 857b66d50529e867d79bb37f67797ae68bd97598 (patch) | |
| tree | 5bbdbd7596e8b4dcaef91afa8f64b9dc072a9f08 /sys/kern/vfs_cluster.c | |
| parent | fd65baf8e2670e7b3302a5ea4ab4b572fd4c94ae (diff) | |
Notes
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 bdc6ecf38b16..ed80fc522a91 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. */ |
