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.