This may be a terribly stupid question, if so pls. just tell me :)
I assume read-ahead requests go elsewhere? Or do we assume that someone
is waiting for them as well?
If we assume they are synchronous, that would be rather unfair
especially on multi-user systems - and the 90% accuracy that Rik
suggested would seem exaggerated to say the least (accuracy would be
more like 10% on a good day).
> It's still approximate. An exact solution would involve only marking I/O as
> synchronous when some process actually waits on its completion. I do not
> believe that all the extra lookup and locking infrastructure and storage
> which this would require is justified. Certainly not in a first iteration.
Just a quirk; NFS file servers.
The client does read-ahead - the nfsd on the server-side will wait for
the read request, thus the read is synchronous... But it's not.
--
................................................................
: jakob@unthought.net : And I see the elder races, :
:.........................: putrid forms of man :
: Jakob Østergaard : See him rise and claim the earth, :
: OZ9ABN : his downfall is at hand. :
:.........................:............{Konkhra}...............:
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/