Deleted Added
full compact
37c37
< * $Id: nfs_bio.c,v 1.69 1999/04/06 03:07:54 peter Exp $
---
> * $Id: nfs_bio.c,v 1.70 1999/05/02 23:56:24 alc Exp $
468c468
< if (nfs_asyncio(rabp, cred)) {
---
> if (nfs_asyncio(rabp, cred, p)) {
630c630
< if (nfs_asyncio(rabp, cred)) {
---
> if (nfs_asyncio(rabp, cred, p)) {
897d896
< bp->b_proc = p;
963d961
< bp->b_proc = p;
976d973
< bp->b_proc = (struct proc *)0;
978c975
< (void)nfs_writebp(bp, 0);
---
> (void)nfs_writebp(bp, 0, 0);
1100c1097
< nfs_asyncio(bp, cred)
---
> nfs_asyncio(bp, cred, procp)
1102a1100
> struct proc *procp;
1168c1166
< if (nfs_sigintr(nmp, NULL, bp->b_proc))
---
> if (nfs_sigintr(nmp, NULL, procp))