Subject: m_get() returns NULL even with M_WAIT ?
To: None <tech-kern@netbsd.org>
From: Sami Kantoluoto <sami.kantoluoto@embedtronics.fi>
List: tech-kern
Date: 08/05/2004 19:09:53
Hi,

For me it seems that m_get() / MGET() and similar functions can return NULL
even with M_WAIT when hardlimit is reached. This is because pool_cache_get()
is called with PR_LIMITFAIL-flag. And most of callers of m_get() and
similars trust that m_get() cannot fail.. Is it really so or do I just miss
something?


     -sk