<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - systemd tmpfile cleanup should not recurse below mount points"
href="https://bugs.freedesktop.org/show_bug.cgi?id=61121#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - systemd tmpfile cleanup should not recurse below mount points"
href="https://bugs.freedesktop.org/show_bug.cgi?id=61121">bug 61121</a>
from <span class="vcard"><a class="email" href="mailto:lennart@poettering.net" title="Lennart Poettering <lennart@poettering.net>"> <span class="fn">Lennart Poettering</span></a>
</span></b>
<pre>Hmm, that's a problem indeed, but hardly a regression, since the normal check
for mount points is to compare major/minors of the backing devices, which in
your case will be the same, since it's actually a bind mount of the same fs.
We can do this nicer on Linux, via the mount ID that is retrievable with the
newer nametohandle() syscall. We already have code for that in systemd, so,
this would be a minor change only.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>