diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-05-06 20:00:34 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-05-06 20:00:34 +0000 |
| commit | b0eeea20421ad6d9b90f1f1b081d980349642cc3 (patch) | |
| tree | 3ae069fec51f5f2efb7e7a53ba32e7ea9581458f /sys/kern/kern_physio.c | |
| parent | 782e5999ff4b4cd0a88a706905eeea985df84481 (diff) | |
Notes
Diffstat (limited to 'sys/kern/kern_physio.c')
| -rw-r--r-- | sys/kern/kern_physio.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/kern_physio.c b/sys/kern/kern_physio.c index 268a0bf03d62..5406d92316dd 100644 --- a/sys/kern/kern_physio.c +++ b/sys/kern/kern_physio.c @@ -16,7 +16,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: kern_physio.c,v 1.30 1999/01/21 08:29:04 dillon Exp $ + * $Id: kern_physio.c,v 1.31 1999/04/06 03:04:47 peter Exp $ */ #include <sys/param.h> @@ -72,7 +72,6 @@ physio(strategy, bp, dev, rw, minp, uio) * get a copy of the kva from the physical buffer */ sa = bpa->b_data; - bp->b_proc = curproc; error = bp->b_error = 0; for(i=0;i<uio->uio_iovcnt;i++) { |
