DragonFly commits List (threaded) for 2005-08
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: cvs commit: src/sys/dev/netif/ndis if_ndis.c
:corecode 2005/08/10 20:22:57 PDT
:
:DragonFly src repository
:
: Modified files:
: sys/dev/netif/ndis if_ndis.c
: Log:
: - Use M_WAITOK in attach()
: - Check for malloc failure in M_NOWAIT cases
:
: Revision Changes Path
: 1.7 +3 -1 src/sys/dev/netif/ndis/if_ndis.c
:
:
:http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/ndis/if_ndis.c.diff?r1=1.6&r2=1.7&f=u
From my read, nearly all the M_NOWAIT's here should be changed
to M_INTWAIT's. Basically any path which is not subject to
network load, which is all of the paths still using M_NOWAIT
in this case.
-Matt
Matthew Dillon
<dillon@xxxxxxxxxxxxx>
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]