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
..
2020-04-24 01:27:25 +00:00
2020-08-13 20:48:14 +00:00
2020-06-21 03:39:26 +00:00
2020-06-04 17:20:58 +00:00
2020-07-27 16:31:21 +00:00
2020-08-13 20:48:14 +00:00
2020-07-31 11:28:09 +00:00
2020-08-07 23:06:40 +00:00