From owner-cvs-src-old@FreeBSD.ORG Sun Feb 22 10:25:25 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60F891065765 for ; Sun, 22 Feb 2009 10:25:25 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4CE5B8FC26 for ; Sun, 22 Feb 2009 10:25:25 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n1MAPPBh004385 for ; Sun, 22 Feb 2009 10:25:25 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n1MAPPcd004384 for cvs-src-old@freebsd.org; Sun, 22 Feb 2009 10:25:25 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200902221025.n1MAPPcd004384@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Sun, 22 Feb 2009 10:25:07 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/fs/tmpfs tmpfs.h tmpfs_subr.c tmpfs_vnops.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Feb 2009 10:25:26 -0000 kib 2009-02-22 10:25:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/fs/tmpfs tmpfs.h tmpfs_subr.c tmpfs_vnops.c Log: SVN rev 188911 on 2009-02-22 10:25:07Z by kib MFC r188318: Lookup up the directory entry for the tmpfs node that are deleted by both node pointer and name component. This does the right thing for hardlinks to the same node in the same directory. PR: kern/131356 Revision Changes Path 1.11.2.4 +1 -2 src/sys/fs/tmpfs/tmpfs.h 1.12.2.4 +4 -15 src/sys/fs/tmpfs/tmpfs_subr.c 1.11.2.6 +5 -5 src/sys/fs/tmpfs/tmpfs_vnops.c