On Tue, 29 Jun 2021, David A. Holland wrote:
Module Name: src Committed By: dholland Date: Tue Jun 29 22:39:21 UTC 2021Modified 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 that we're riding the 9.99.86 bump from earlier today.
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. !DSPAM:60dba34c228001125714949!
+--------------------+--------------------------+----------------------+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | [email protected] | | Software Developer | 0786 F758 55DE 53BA 7731 | [email protected] | | | | [email protected] | +--------------------+--------------------------+----------------------+
