11 Jul
2011
11 Jul
'11
5:53 p.m.
Tom Gundersen, 2011-07-10 22:04:
On Sun, Jul 10, 2011 at 6:57 PM, Kurt J. Bosch <kjb-temp-2009@alpenjodel.de> wrote:
Instead of guessing about symlinks, use stat to check whether the filesystem refered to is actually a tmpfs. Then always clean up if it isn't.
This is counter intuitive. The point is that we don't want to clean when we have a symlink (as what it points to might have been created after boot). I guess the result would be the same, but I'd rather keep it as it is, unless there is a bug report.
Cheers,
Tom
OK to me also, as it would only make a difference in exotic/unsupported configurations AFAIKS. -- Kurt