opnsense-src/sys/compat/linuxkpi/common/include
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
..
asm Implement the atomic fetch add unless functions for the LinuxKPI. 2020-04-20 16:21:37 +00:00
linux vfs: remove the thread argument from vget 2020-08-16 17:18:54 +00:00
net Implement the ip_eth_mc_map() function in the LinuxKPI. 2018-06-12 08:43:49 +00:00