Messages in this thread |  | | Date | Mon, 25 Sep 2000 16:51:51 +0100 | From | "Stephen C. Tweedie" <> | Subject | Re: [patch] vmfixes-2.4.0-test9-B2 - fixing deadlocks |
| |
Hi,
On Mon, Sep 25, 2000 at 12:36:50AM +0200, bert hubert wrote: > On Mon, Sep 25, 2000 at 12:13:42AM +0200, Andrea Arcangeli wrote: > > On Sun, Sep 24, 2000 at 10:43:03PM +0100, Stephen C. Tweedie wrote: > > > any form of serialisation on the quota file). This feels like rather > > > a lot of new and interesting deadlocks to be introducing so late in > > > 2.4. :-) > > True. But they also appear to be found and solved at an impressive rate. > These deadlocks are fatal and don't hide in corners, whereas the previous mm > problems used to be very hard to spot and fix, there not being real > showstoppers, except for abysmal performance. [1]
Sorry, but in this case you have got a lot more variables than you seem to think. The obvious lock is the ext2 superblock lock, but there are side cases with quota and O_SYNC which are much less commonly triggered. That's not even starting to consider the other dozens of filesystems in the kernel which have to be audited if we change the locking requirements for GFP calls.
Cheers, Stephen - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |