* Russell King <[EMAIL PROTECTED]> [2006-12-21 09:43]: > > > That contains a workaround for a bug in the ARM architecture code. > > > > This is the first I've heard of a problem. > > What _exactly_ is the problem and can you provide a test case or > instructions to reproduce it?
stat64 hangs when you try to access any filesystem mounted with FUSE. strace shows: munmap(0x40016000, 4096) = 0 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 ioctl(1, TIOCGWINSZ, {ws_row=36, ws_col=102, ws_xpixel=1020, ws_ypixel=720}) = 0 stat64("/mnt", and there it hangs. I guess Miklos can provide a better description given that he put a workaround for ARM into his FUSE code. -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]