From owner-svn-src-all@FreeBSD.ORG Sat Apr 11 20:31:01 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF452106566B; Sat, 11 Apr 2009 20:31:01 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.27]) by mx1.freebsd.org (Postfix) with ESMTP id 21E658FC18; Sat, 11 Apr 2009 20:31:01 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: by qw-out-2122.google.com with SMTP id 9so1008261qwb.7 for ; Sat, 11 Apr 2009 13:31:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type; bh=AYRLX/VRzGk4JU1vnbGtZCj+EkPl//cAnDp8TGe+6hI=; b=rQcdfj4vGJSdlx1TdFmHoDwRKPEzObvKVws/rJ+stsLASM1XOZNYofPTkU9OLeGrjL VmqpqmoXJGK2pkLSDq04GqLoINuW1lljJkMBt/s/OTbFIpdLZeVYhLqhhcWjV9kW5kx+ s6EjunRuTf4sKPgziBMMijPcYZZT3jKRvyM/g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type; b=lypEPiyR7C6yJcRNgqTa1XD8Rgyr6F0TQ8yO7MjampEnrskIgBV3wSn7YxTEzhsTtO MK4uupnuKp5Fz3umhsM3lQwJ1vDvDDr6l32zrdkEACazppuCsxWcExtO4/etfeR6B6In XbtIbcGKJS2yELfqzCLuDY3IwuaW4qqKE9t6Q= Received: by 10.224.80.141 with SMTP id t13mr4943308qak.351.1239481860606; Sat, 11 Apr 2009 13:31:00 -0700 (PDT) Received: from kan.dnsalias.net (c-98-217-224-113.hsd1.ma.comcast.net [98.217.224.113]) by mx.google.com with ESMTPS id 6sm1519691qwd.0.2009.04.11.13.30.59 (version=SSLv3 cipher=RC4-MD5); Sat, 11 Apr 2009 13:31:00 -0700 (PDT) Date: Sat, 11 Apr 2009 16:30:54 -0400 From: Alexander Kabaev To: Alexander Kabaev Message-ID: <20090411163054.11dd6d03@kan.dnsalias.net> In-Reply-To: <200904112023.n3BKN8si097656@svn.freebsd.org> References: <200904112023.n3BKN8si097656@svn.freebsd.org> X-Mailer: Claws Mail 3.7.1 (GTK+ 2.14.7; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/qnj20v_l0W+E_GqR5iOSsAt"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r190945 - head/sys/kern X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Apr 2009 20:31:02 -0000 --Sig_/qnj20v_l0W+E_GqR5iOSsAt Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Sat, 11 Apr 2009 20:23:08 +0000 (UTC) Alexander Kabaev wrote: > Author: kan > Date: Sat Apr 11 20:23:08 2009 > New Revision: 190945 > URL: http://svn.freebsd.org/changeset/base/190945 >=20 > Log: > Fix v_cache_dd handling for negative entries. v_cache_dd pointer was > not populated in parent directory if negative entry was being > created, yet entry itself was added to the nc_neg list. It was > possible for parent vnode to get discarded later, leaving negative > entry pointing to now unused memory block. > =20 > Reported by: dho > Revewed by: kib >=20 > Modified: > head/sys/kern/vfs_cache.c >=20 Reported by: pho --=20 Alexander Kabaev --Sig_/qnj20v_l0W+E_GqR5iOSsAt Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iD8DBQFJ4P4CQ6z1jMm+XZYRApV2AKDfyUzM9FbEx5/jrbnahedt6OBahACgxCFv UpZB98/ym374J9JmB8dFomk= =84Rq -----END PGP SIGNATURE----- --Sig_/qnj20v_l0W+E_GqR5iOSsAt--