Subject: PR/36637 CVS commit: src/usr.sbin/puffs/mount_psshfs
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Antti Kantee <pooka@netbsd.org>
List: netbsd-bugs
Date: 07/16/2007 09:40:02
The following reply was made to PR kern/36637; it has been noted by GNATS.
From: Antti Kantee <pooka@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc:
Subject: PR/36637 CVS commit: src/usr.sbin/puffs/mount_psshfs
Date: Mon, 16 Jul 2007 09:36:06 +0000 (UTC)
Module Name: src
Committed By: pooka
Date: Mon Jul 16 09:36:06 UTC 2007
Modified Files:
src/usr.sbin/puffs/mount_psshfs: node.c
Log Message:
If the target node exists in rename, do not try to issue a setback
to signal no references, as that is not currently supported for
node_rename(). The removed node will not immediately be reclaimed,
but we can live with that for now.
While here, factor the removal code a bit to share with remove and
rmdir.
fixes PR kern/36637 by reinoud
To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 src/usr.sbin/puffs/mount_psshfs/node.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.