CVSROOT:        /cvs
Module name:    src
Changes by:     b...@cvs.openbsd.org    2019/11/28 09:05:26

Modified files:
        sys/kern       : vfs_biomem.c 

Log message:
Fix panic noticed by bluhm@ and florian@. bp->b_pobj is used
to determine if the buffer has pages to free. we have to
set this pointer only after we could sleep allocating pages.
setting it before creates the potential for a race to free
us while we are sleeping

ok kettenis@

Reply via email to