K 10 svn:author V 3 mav K 8 svn:date V 27 2016-05-24T07:21:23.700236Z K 7 svn:log V 266 MFC r299373: Allow sleepable allocations in enclosure daemon threads. There were at least two places where M_NOWAIT was used without NULL check. This change should fix NULL-dereference panic there and possibly improve operation in other ways under memory pressure. END