freebsd-dev/sys/fs/pseudofs
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
..
pseudofs_fileno.c sys/fs: further adoption of SPDX licensing ID tags. 2017-11-27 15:15:37 +00:00
pseudofs_internal.h pseudofs: hashed vncache 2019-10-22 22:52:53 +00:00
pseudofs_vncache.c vfs: remove the thread argument from vget 2020-08-16 17:18:54 +00:00
pseudofs_vnops.c vfs: remove the obsolete privused argument from vaccess 2020-08-05 09:27:03 +00:00
pseudofs.c Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (10 of many) 2020-02-24 10:37:56 +00:00
pseudofs.h Make pseudofs(9) create directory entries in order, instead 2019-09-14 19:16:07 +00:00