summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_physio.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-05-06 20:00:34 +0000
committerphk <phk@FreeBSD.org>1999-05-06 20:00:34 +0000
commitf57a01ebfcda8effff50ce6f1c90b572e76d8cd2 (patch)
tree94f9d207949d472dc16e58b6234afce8a935fbb9 /sys/kern/kern_physio.c
parentc8250e61300b5fdd54b0ef50d5344686ca707353 (diff)
downloadFreeBSD-src-f57a01ebfcda8effff50ce6f1c90b572e76d8cd2.zip
FreeBSD-src-f57a01ebfcda8effff50ce6f1c90b572e76d8cd2.tar.gz
remove b_proc from struct buf, it's (now) unused.
Reviewed by: dillon, bde
Diffstat (limited to 'sys/kern/kern_physio.c')
-rw-r--r--sys/kern/kern_physio.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/kern_physio.c b/sys/kern/kern_physio.c
index 268a0bf..5406d92 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++) {
OpenPOWER on IntegriCloud