K 10 svn:author V 7 glebius K 8 svn:date V 27 2020-08-17T15:37:08.550407Z K 7 svn:log V 294 With INVARIANTS panic immediately if M_WAITOK is requested in a non-sleepable context. Previously only _sleep() would panic. This will catch misuse of M_WAITOK at development stage rather than at stress load stage. Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D26027 END