Bug 7013
Summary: | Accessing multiple cifs mounts at once locks kernel on an SMP machine | ||
---|---|---|---|
Product: | File System | Reporter: | Jussi Judin (jjudin+linuxkernel) |
Component: | CIFS | Assignee: | Steve French (sfrench) |
Status: | REJECTED DUPLICATE | ||
Severity: | high | ||
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.17-5 | Subsystem: | |
Regression: | --- | Bisected commit-id: |
Description
Jussi Judin
2006-08-16 08:12:42 UTC
The MySQL problem was just due disk getting full from its logs and it happened to happen at the same time as the "soft lockup detected" message so ignore that =) I believe this is the same lockup problem as 7903. we figured it out. this only happens with SMP/32 bit enviroment. th problem is i_size_write is called without holding inode mutex. |