OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Thordur I. Bjornsson (thibcvs.openbsd.org)
Date: Mon Sep 10 2007 - 18:05:39 CDT


CVSROOT: /cvs
Module name: src
Changes by: thibcvs.openbsd.org 2007/09/10 17:05:39

Modified files:
        sys/netinet : ip_input.c

Log message:
Remove the ipq locking, it isn't strictly needed right now
and is actually wrong in some cases, since we can enter
functions without taking the lock because the return value
of ipq_lock() isn't checked properly.

However, this needs to be revisited when we start calling
ip_drain() from the pool code when we are running out of
memory, but this isn't done currently.

OK art, henning