[rt41656] line length
(cherry picked from commit 6957e9451cc7bf89d44716dfe4266281867e00e5)
This commit is contained in:
committed by
Mukund Sivaraman
parent
7a3a30e296
commit
d4ed29b019
@@ -2002,8 +2002,8 @@ isc___mempool_get(isc_mempool_t *mpctx0 FLARG) {
|
||||
|
||||
if (ISC_UNLIKELY(mpctx->items == NULL)) {
|
||||
/*
|
||||
* We need to dip into the well. Lock the memory context here and
|
||||
* fill up our free list.
|
||||
* We need to dip into the well. Lock the memory context
|
||||
* here and fill up our free list.
|
||||
*/
|
||||
MCTXLOCK(mctx, &mctx->lock);
|
||||
for (i = 0; i < mpctx->fillcount; i++) {
|
||||
|
||||
Reference in New Issue
Block a user