Date: Mon, 25 May 2015 22:38:33 +0300 From: Gleb Smirnoff <glebius@FreeBSD.org> To: Adrian Chadd <adrian@FreeBSD.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r283538 - head/sys/net80211 Message-ID: <20150525193833.GW73119@FreeBSD.org> In-Reply-To: <201505251918.t4PJIGnk004558@svn.freebsd.org> References: <201505251918.t4PJIGnk004558@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150525193833.GW73119>