freebsd-skq/sys/fs/fdescfs
Mateusz Guzik a92a971bbb 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)
2020-08-16 17:18:54 +00:00
..
fdesc_vfsops.c vfs: remove the thread argument from vget 2020-08-16 17:18:54 +00:00
fdesc_vnops.c vfs: remove the thread argument from vget 2020-08-16 17:18:54 +00:00
fdesc.h sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00