On Wed, 2005-07-13 at 19:08 +0200, Jan Engelhardt wrote:
> >> Q. Is there any way to determine what object is still referenced on the
> >> file system?  i.e. to iterate through all dentry/inode objects (and
> >> anything else) that are associated w/ a specific fs and output their
> >> d_name.name if they are still referenced?  As if its repeatable, I could
> >> instrument the code (w/ help from strace) to figure out what's broken.
> >
> >Nope, there isn't such a way, which is exactly why we're working on a small
> 
> In C, everything is public (cmp. C++) as long as someone's not hiding the 
> struct definition (like LDAP or popt does), so you could "manually" traverse 
> the dentries. It won't be easy, though.

my gut feeling is that this is another race condition type problem.  As
I don't suffer from it w/ normal apps, just tomcat when I kill it.

shaya

_______________________________________________
unionfs mailing list
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs

Reply via email to