svn commit: r283538 - head/sys/net80211

Gleb Smirnoff glebius at FreeBSD.org
Mon May 25 19:38:39 UTC 2015


On Mon, May 25, 2015 at 07:18:16PM +0000, Adrian Chadd wrote:
A>   * kill M_WAITOK - some platforms just don't want you to use it

Actually all functions called in device attach context or in
syscall context should use M_WAITOK. This makes API more robust and
simplifies code a lot.

Can we achieve portability without losing this nice feature of
FreeBSD?

-- 
Totus tuus, Glebius.


More information about the svn-src-all mailing list