<div dir="ltr">Hello,<div><br></div><div>Question regarding pathnames and mount namespaces. As I understand mount namespaces enable different processes to mount filesystems at different locations leading to different paths to the same underlying file.</div><div><br></div><div>When you do something like the below in kernel code:</div><div><br></div><div>d_path(&amp;file-&gt;f_path, filename, PATH_MAX+11);<br></div><div><br></div><div>How can you guarantee that the returned full path is against the root/init mount namespace instead of the calling process&#39; mount namespace?</div><div><br></div><div>Thanks</div><div><br></div><div>David</div><div><br></div><div><br></div></div>