The definition lists struct nameidata as the type
of the first argument. However, the actual probes always pass
a variable of type struct nameidata* to SDT_PROBE3.
Fixes: 07d2145a1717 vfs: add the infrastructure for lockless lookup
MFC after: 1 week