--- - branch: MAIN date: Sun Jul 18 23:57:34 UTC 2021 files: - new: '1.66' old: '1.65' path: src/sys/fs/ptyfs/ptyfs_vnops.c pathrev: src/sys/fs/ptyfs/ptyfs_vnops.c@1.66 type: modified id: 20210718T235734Z.9a935f25f37f7535b8a206a0ee946b8ce36763f6 log: | Fix ptyfs link and symlink ops. They were set (via macro obfuscation just eliminated) to genfs_abortop, which is the wrong thing. These code paths are currently inaccessible because of EROFS enforcement in namei, but if either were reached odd behavior would likely ensue. Use genfs_eopnotsupp like the rest of the ops that don't make sense here. module: src subject: 'CVS commit: src/sys/fs/ptyfs' unixtime: '1626652654' user: dholland