diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-11-04 09:48:18 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-11-04 09:48:18 +0000 |
| commit | 6e67e2a71008e17b5218f815719c5bc161a77fa2 (patch) | |
| tree | 6c4c1c8c74279ff2c647ad1f42c10aa070dc9b27 /sys/vm | |
| parent | b5a00bdb607c05b3699e549dea4a850607208086 (diff) | |
Notes
Diffstat (limited to 'sys/vm')
| -rw-r--r-- | sys/vm/vm_pager.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/vm/vm_pager.c b/sys/vm/vm_pager.c index 392720d40aac2..44a2ba073192f 100644 --- a/sys/vm/vm_pager.c +++ b/sys/vm/vm_pager.c @@ -295,7 +295,6 @@ initpbuf(struct buf *bp) bp->b_ioflags = 0; bp->b_iodone = NULL; bp->b_error = 0; - bp->b_magic = B_MAGIC_BIO; BUF_LOCK(bp, LK_EXCLUSIVE, NULL); } |
