From owner-cvs-src-old@FreeBSD.ORG Sun Feb 8 19:18:42 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 ADDC31065670 for ; Sun, 8 Feb 2009 19:18:42 +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 9AAAA8FC1E for ; Sun, 8 Feb 2009 19:18:42 +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 n18JIgOR011937 for ; Sun, 8 Feb 2009 19:18:42 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n18JIgN1011936 for cvs-src-old@freebsd.org; Sun, 8 Feb 2009 19:18:42 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200902081918.n18JIgN1011936@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Sun, 8 Feb 2009 19:18:33 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD 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, 08 Feb 2009 19:18:42 -0000 kib 2009-02-08 19:18:33 UTC FreeBSD src repository Modified files: sys/fs/tmpfs tmpfs.h tmpfs_subr.c tmpfs_vnops.c Log: SVN rev 188318 on 2009-02-08 19:18:33Z by kib 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. Submitted by: Yoshihiro Ota PR: kern/131356 MFC after: 2 weeks Revision Changes Path 1.16 +1 -2 src/sys/fs/tmpfs/tmpfs.h 1.21 +4 -15 src/sys/fs/tmpfs/tmpfs_subr.c 1.26 +5 -5 src/sys/fs/tmpfs/tmpfs_vnops.c