Re: svn commit: r292436 - head/sys/geom/sched

2015-12-18 Thread Ravi Pokala
-Original Message- From: on behalf of Shawn Webb Date: 2015-12-18, Friday at 06:47 To: Warner Losh Cc: , , Subject: Re: svn commit: r292436 - head/sys/geom/sched >Additionally, this fixed a potential NULL dereference bug. That's actually what I noticed and mentioned to Wa

Re: svn commit: r292436 - head/sys/geom/sched

2015-12-18 Thread Shawn Webb
On Fri, Dec 18, 2015 at 02:10:00PM +, Warner Losh wrote: > Author: imp > Date: Fri Dec 18 14:10:00 2015 > New Revision: 292436 > URL: https://svnweb.freebsd.org/changeset/base/292436 > > Log: > It turns out that it's OK to sleep in this context, so use M_WAITOK > for the softc for the dela

svn commit: r292436 - head/sys/geom/sched

2015-12-18 Thread Warner Losh
Author: imp Date: Fri Dec 18 14:10:00 2015 New Revision: 292436 URL: https://svnweb.freebsd.org/changeset/base/292436 Log: It turns out that it's OK to sleep in this context, so use M_WAITOK for the softc for the delay module. Noticed by: rpokala@ Modified: head/sys/geom/sched/gs_delay