Module Name: src Committed By: dholland Date: Tue Jun 29 22:39:21 UTC 2021
Modified Files: src/sys/fs/puffs: puffs_vnops.c src/sys/fs/union: union_vnops.c src/sys/fs/unionfs: unionfs_subr.c src/sys/kern: vfs_getcwd.c vfs_lookup.c src/sys/sys: namei.src Log Message: Now remove cn_consume from struct componentname. This change requires a kernel bump. Note though that I'm not going to version the VOP_LOOKUP args structure (or any other args structure) as code that doesn't touch cn_consume doesn't need attention and code that does will fail on it without further intervention. To generate a diff of this commit: cvs rdiff -u -r1.218 -r1.219 src/sys/fs/puffs/puffs_vnops.c cvs rdiff -u -r1.76 -r1.77 src/sys/fs/union/union_vnops.c cvs rdiff -u -r1.14 -r1.15 src/sys/fs/unionfs/unionfs_subr.c cvs rdiff -u -r1.60 -r1.61 src/sys/kern/vfs_getcwd.c cvs rdiff -u -r1.228 -r1.229 src/sys/kern/vfs_lookup.c cvs rdiff -u -r1.59 -r1.60 src/sys/sys/namei.src Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.