[Bug 240545] patch to remove unneeded M_WAITOK return value checks

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Oct 6 20:29:33 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240545

--- Comment #10 from Conrad Meyer <cem at freebsd.org> ---
Also, I think the patch could be simplified quite a bit if we can nest the
conditional matching (i.e., result cast to type or not; position of M_WAITOK in
flags; even allocation function (not sure the number of arguments matter, flags
is always the last one).  Do the conditional expressions ("( | )" pattern) not
nest?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list