Date: Fri, 18 Jul 2008 14:45:22 +0000 (UTC) From: Oleksandr Tymoshenko <gonzo@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_sem.c Message-ID: <200807181445.m6IEjwNu081052@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
gonzo 2008-07-18 14:45:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern uipc_sem.c Log: SVN rev 180594 on 2008-07-18 14:45:22Z by gonzo MFC r179716: Keep proper track of nsegs counter: sem_free is called for all allocated semaphores, so it's wrong to increase it conditionally, in this case for every over-the-limit semaphore nsegs is decreased without being previously increased. PR: kern/123685 MFC after: more then 1 month Revision Changes Path 1.20.2.3 +3 -4 src/sys/kern/uipc_sem.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807181445.m6IEjwNu081052>