K 10 svn:author V 2 ed K 8 svn:date V 27 2015-08-12T16:17:00.134685Z K 7 svn:log V 259 Properly return ENOTDIR when calling *at() on a non-vnode. We already properly return ENOTDIR when calling *at() on a non-directory vnode, but it turns out that if you call it on a socket, we see EINVAL. Patch up namei to properly translate this to ENOTDIR. END