DragonFly BSD
DragonFly commits List (threaded) for 2012-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: usb4bsd - Change M_NOWAIT to M_WAITOK


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 2 Nov 2012 14:09:28 -0700 (PDT)

commit f6807fa3ba63f90a1c3e066ccb52edc4ff1ec6f5
Author: Matthew Dillon <dillon@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



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