K 10 svn:author V 7 asomers K 8 svn:date V 27 2019-04-11T05:11:02.738425Z K 7 svn:log V 351 fusefs: eliminate a superfluous FUSE_GETATTR from VOP_LOOKUP fuse_vnop_lookup was using a FUSE_GETATTR operation when looking up "." and "..", even though the only information it needed was the file type and file size. "." and ".." are obviously always going to be directories; there's no need to double check. Sponsored by: The FreeBSD Foundation END