K 10 svn:author V 4 gleb K 8 svn:date V 27 2012-03-14T08:29:21.389899Z K 7 svn:log V 269 Don't enforce LK_RETRY to get existing vnode in tmpfs_alloc_vp() Doomed vnode is hardly of any use here, besides all callers handle error case. vfs_hash_get() does the same. Don't mess with vnode holdcount, vget() takes care of it already. Approved by: mdf (mentor) END