freebsd-dev/sys/fs/smbfs
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
..
smbfs_io.c vfs: introduce v_irflag and make v_type smaller 2019-12-08 21:30:04 +00:00
smbfs_node.c vfs: remove the thread argument from vget 2020-08-16 17:18:54 +00:00
smbfs_node.h sys/fs: further adoption of SPDX licensing ID tags. 2017-11-27 15:15:37 +00:00
smbfs_smb.c sys/fs: further adoption of SPDX licensing ID tags. 2017-11-27 15:15:37 +00:00
smbfs_subr.c sys/fs: further adoption of SPDX licensing ID tags. 2017-11-27 15:15:37 +00:00
smbfs_subr.h sys/fs: further adoption of SPDX licensing ID tags. 2017-11-27 15:15:37 +00:00
smbfs_vfsops.c vfs: remove the thread argument from vget 2020-08-16 17:18:54 +00:00
smbfs_vnops.c vfs: remove the obsolete privused argument from vaccess 2020-08-05 09:27:03 +00:00
smbfs.h sys/fs: further adoption of SPDX licensing ID tags. 2017-11-27 15:15:37 +00:00