Only wake up one nfsiod when there is an async write to do. (from FreeBSD).

This commit is contained in:
fvdl 1997-04-20 16:24:44 +00:00
parent 6102bc8ec2
commit b9f22ef8f3
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: nfs_bio.c,v 1.30 1996/12/02 22:55:41 thorpej Exp $ */
/* $NetBSD: nfs_bio.c,v 1.31 1997/04/20 16:24:44 fvdl Exp $ */
/*
* Copyright (c) 1989, 1993
@ -728,6 +728,7 @@ again:
nmp->nm_bufqiods++;
wakeup((caddr_t)&nfs_iodwant[i]);
gotiod = TRUE;
break;
}
/*
* If none are free, we may already have an iod working on this mount