HomeFreeBSD

vfs: remove the thread argument from vget

Description

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)

Details

Provenance
mjgAuthored on Aug 16 2020, 5:18 PM
Parents
rGd59f3890c366: Remove a line which is needed and was added in
Branches
Unknown
Tags
Unknown