DragonFly BSD
DragonFly bugs List (threaded) for 2006-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: vinum panic on -devel


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Thu, 6 Jul 2006 10:00:34 -0700 (PDT)

:#4  0xd5bffd4f in sdio (bio=0xc24f9430) at 
:/usr/build/src/sys/dev/raid/vinum/vinumrequest.c:991
:
:i think the fix is
:
:     sbp->b.b_flags = bp->b_flags | B_PAGING;
:+    sbp->b.b_cmd = bp->b_cmd;
:     sbp->b.b_bcount = bp->b_bcount;                        /* number of bytes to transfer */
:
:cheers
:  simon
:
:-- 
:Serve - BSD     +++  RENT this banner advert  +++    ASCII Ribbon   /"\

    That looks like the right fix to me too, go ahead and commit it as
    soon as you test it.

					-Matt
					Matthew Dillon 
					<dillon@xxxxxxxxxxxxx>



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]