NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/54829 CVS commit: src/usr.sbin/puffs/mount_9p



The following reply was made to PR bin/54829; it has been noted by GNATS.

From: "Valeriy E. Ushakov" <uwe%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54829 CVS commit: src/usr.sbin/puffs/mount_9p
Date: Wed, 27 May 2020 00:36:08 +0000

 Module Name:	src
 Committed By:	uwe
 Date:		Wed May 27 00:36:08 UTC 2020
 
 Modified Files:
 	src/usr.sbin/puffs/mount_9p: node.c
 
 Log Message:
 noderemove - do not call puffs_setback here.  noderemove is called
 from rename (for existing target) and calling setback is not
 appropriate in that context.  Do that call instead directly in the
 callers (remove, rmdir).
 
 From Nicola Girardi, part of PR/54829.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.26 -r1.27 src/usr.sbin/puffs/mount_9p/node.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index