K 10 svn:author V 3 mjg K 8 svn:date V 27 2020-08-16T17:18:54.900852Z K 7 svn:log V 184 vfs: remove the thread argument from vget It was already asserted to be curthread. Semantic patch: @@ expression arg1, arg2, arg3; @@ - vget(arg1, arg2, arg3) + vget(arg1, arg2) END