The wrong pointer was being used to calculate the page offset, leading
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 2 May 2006 19:21:50 +0000 (19:21 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 2 May 2006 19:21:50 +0000 (19:21 +0000)
commitf2eaa325581451abd875d0155513d0e7f247d342
treed990fdb6092e8b811d30672a636a19797ae594f6
parent8e4265b94d8d4700ea9fb14eb02b3c642ed92b82
The wrong pointer was being used to calculate the page offset, leading
to a vmapbuf() assertion.  This bug was introduced in a recent commit.
sys/kern/kern_physio.c