summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_bio.c
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2002-01-31 18:39:44 +0000
committerdillon <dillon@FreeBSD.org>2002-01-31 18:39:44 +0000
commit8abd6168f28967f585737358ce47fcbafc9361f0 (patch)
treeefdca1b21fe225ea759cde06802cc36879060519 /sys/kern/vfs_bio.c
parentecf20a5ab928888fff6395eda109df1cf70cfd0b (diff)
downloadFreeBSD-src-8abd6168f28967f585737358ce47fcbafc9361f0.zip
FreeBSD-src-8abd6168f28967f585737358ce47fcbafc9361f0.tar.gz
GC P_BUFEXHAUST leftovers, we've had a new mechanism to avoid buffer
cache lockups for over a year now. MFC after: 0 days
Diffstat (limited to 'sys/kern/vfs_bio.c')
-rw-r--r--sys/kern/vfs_bio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c
index 29646d9..1ca27ab 100644
--- a/sys/kern/vfs_bio.c
+++ b/sys/kern/vfs_bio.c
@@ -1880,7 +1880,6 @@ buf_daemon()
/*
* This process is allowed to take the buffer cache to the limit
*/
- curproc->p_flag |= P_BUFEXHAUST;
s = splbio();
for (;;) {
OpenPOWER on IntegriCloud