tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: high load, no bottleneck



manu%NetBSD.org@localhost (Emmanuel Dreyfus) writes:

>Basically, if we have N pending VOP_FSYNC for a given filesystem, all
>theses requests will be honoured on first flush, but they are serialized
>and will be acknowledged one by one, with the cost of a useless flush
>each time. Am I right?

That should be trivial to fix then. Don't flush if it isn't dirty.



Home | Main Index | Thread Index | Old Index