Article 4RC31 filename_lookup.part.64 vs filename_lookup

filename_lookup.part.64 vs filename_lookup

by
ktalinki
from LinuxQuestions.org on (#4RC31)
We have a kernel module using filename_lookup call which is not exported anymore in RHEL8 Kernel 4.18. But found another system call exported in /proc/kallsyms, which is filename_lookup.part.64

What is filename_lookup.part.64 ? Can I call it in our code using the address exported in /proc/kallsyms?

I am not able to find any documentation on filename_lookup.part.64.

Is it safe to use this kind of undocumented APIs?

struct filename filename = { .name = name };
struct nameidata nd;
filename_lookup(AT_FDCWD, &filename, LOOKUP_PARENT, &nd);

I am looking to find the calls that can be used to replace the above in the absence of filename_lookup()latest?d=yIl2AUoC8zA latest?i=IYFeWCAbmYY:Vq1ZK2_zMoc:F7zBnMy latest?i=IYFeWCAbmYY:Vq1ZK2_zMoc:V_sGLiP latest?d=qj6IDK7rITs latest?i=IYFeWCAbmYY:Vq1ZK2_zMoc:gIN9vFwIYFeWCAbmYY
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments