[systemd-bugs] [Bug 61121] systemd tmpfile cleanup should not recurse below mount points

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Mar 6 08:22:41 PST 2013


https://bugs.freedesktop.org/show_bug.cgi?id=61121

--- Comment #1 from Lennart Poettering <lennart at poettering.net> ---
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.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20130306/b9e881e8/attachment.html>


More information about the systemd-bugs mailing list