git: usb4bsd - Change M_NOWAIT to M_WAITOK
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Nov 2 14:09:28 PDT 2012
commit f6807fa3ba63f90a1c3e066ccb52edc4ff1ec6f5
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Nov 1 17:46:03 2012 -0700
usb4bsd - Change M_NOWAIT to M_WAITOK
* M_NOWAIT really needs to be M_WAITOK in these places. It is unclear
why FreeBSD invites random device failures by using M_NOWAIT all over
the place.
Summary of changes:
sys/bus/u4b/misc/udbp.c | 2 +-
sys/bus/u4b/usb_pf.c | 2 +-
sys/bus/u4b/wlan/if_rum.c | 2 +-
sys/bus/u4b/wlan/if_run.c | 4 ++--
sys/bus/u4b/wlan/if_uath.c | 6 +++---
sys/bus/u4b/wlan/if_upgt.c | 6 +++---
sys/bus/u4b/wlan/if_ural.c | 2 +-
sys/bus/u4b/wlan/if_urtw.c | 8 ++++----
sys/bus/u4b/wlan/if_zyd.c | 2 +-
9 files changed, 17 insertions(+), 17 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f6807fa3ba63f90a1c3e066ccb52edc4ff1ec6f5
--
DragonFly BSD source repository
More information about the Commits
mailing list