From owner-cvs-all Sun Jul 23 15:19:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 10D3237B90D; Sun, 23 Jul 2000 15:19:50 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA66353; Sun, 23 Jul 2000 15:19:49 -0700 (PDT) (envelope-from green@FreeBSD.org) Message-Id: <200007232219.PAA66353@freefall.freebsd.org> From: Brian Feldman Date: Sun, 23 Jul 2000 15:19:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern imgact_elf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2000/07/23 15:19:49 PDT Modified files: sys/kern imgact_elf.c Log: Using an atomic operation here won't help if nobody else uses them (for this). Use the simple_lock() on v_interlock like elsewhere. Revision Changes Path 1.78 +4 -3 src/sys/kern/imgact_elf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message