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-02-17 15:11:07 +00:00
2020-07-13 16:39:27 +00:00
2020-02-28 16:05:18 +00:00
2020-08-12 00:21:30 +00:00
2020-02-23 03:32:04 +00:00
2020-02-28 16:05:18 +00:00