Module Name: src Committed By: dholland Date: Mon Jul 19 01:30:25 UTC 2021
Modified Files: src/sys/fs/cd9660: cd9660_vnops.c src/sys/fs/puffs: puffs_vnops.c src/sys/fs/tmpfs: tmpfs_fifoops.c tmpfs_specops.c Log Message: Abolish all the silly indirection macros for initializing vnode ops tables. These are things of the form #define foofs_op genfs_op, or #define foofs_op genfs_eopnotsupp, or similar. They serve no purpose besides obfuscation, and have gotten cutpasted all over everywhere. Part 2; cvs randomly didn't commit these changes before, and then hid them from me until I touched the files to force it to rethink. Dunno what happened. There's probably more of these, going to have to scan the tree the hard way. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/sys/fs/cd9660/cd9660_vnops.c cvs rdiff -u -r1.220 -r1.221 src/sys/fs/puffs/puffs_vnops.c cvs rdiff -u -r1.14 -r1.15 src/sys/fs/tmpfs/tmpfs_fifoops.c cvs rdiff -u -r1.15 -r1.16 src/sys/fs/tmpfs/tmpfs_specops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.