> This is something that has been bugging me for a while.  I notice
> on my system that during disk write we do much context switching,
> but not during disk read.  Why is that?

bdflush is broken in current kernels.  I posted to linux-mm about this,
but Rik et al haven't shown any interest.  I normally see bursts of 
up to around 40K cs/second when doing writes; I hacked a little 
premption counter into the kernel and verified that they're practially
all bdflush...

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to