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)
vfs: remove the thread argument from vget
Tags None Referenced Files None Subscribers None
Description vfs: remove the thread argument from vget It was already asserted to be curthread. Semantic patch: @@ expression arg1, arg2, arg3; @@
+ vget(arg1, arg2)
Details
Event Timeline |