K 10 svn:author V 3 kib K 8 svn:date V 27 2019-10-11T18:41:24.856933Z K 7 svn:log V 484 devfs_vptocnp(): correct the component name when node is not at top. Node' cdp.si_name is the full path as provided by make_dev(9), it should not be returned by VOP_VPTOCNP() when only the last component is requested. Use the dirent entry instead. With this note, handling of VDIR and VCHR nodes only differs in handling of root vnode, which simplifies and unifies the logic. Reported by: Li, Zhichao1 Sponsored by: The FreeBSD Foundation MFC after: 1 week END