opnsense-src/sys/fs/autofs
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
..
autofs.c Make autofs(5) timeout messages include affected process name and PID. 2020-03-16 16:17:58 +00:00
autofs.h Add SPDX tags to autofs(5). 2018-01-24 16:40:26 +00:00
autofs_ioctl.h Add SPDX tags to autofs(5). 2018-01-24 16:40:26 +00:00
autofs_vfsops.c Silence down a warning which should really be a debug message. 2020-04-21 13:57:51 +00:00
autofs_vnops.c vfs: remove the thread argument from vget 2020-08-16 17:18:54 +00:00