When attempting to stat a nonexistent file, 2.6.11 returned a consistent value 
in st_mode (BFFFF73C, every time), and 2.6.13 is returning random crap that 
varies from invocation to invocation.  Hence the intermittent failure.

We _should_ be checking the error return value from lstat64() before looking 
at S_ISDIR(), and I'll fix it.  Almost certainly, the value in there is 
random garbage off the stack, and 2.6.13 simply has different random garbage 
on the stack.

So it's not your problem...

Rob



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

Reply via email to