Module Name: src Committed By: martin Date: Thu Jun 20 18:09:54 UTC 2024
Modified Files: src/sys/fs/msdosfs [netbsd-10]: msdosfs_rename.c Log Message: Pull up following revision(s) (requested by rhialto in ticket #706): sys/fs/msdosfs/msdosfs_rename.c: revision 1.4 >From genfs_rename.c: * XXX Want a better equality test. `tcnp->cn_cred == cred' * hoses p2k because puffs transmits the creds separately and * allocates distinct but equivalent structures for them. Fixes rename crash in rump_msdos. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.3.4.1 src/sys/fs/msdosfs/msdosfs_rename.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.