* Goswin von Brederlow: > Wouldn't it be better to read the files asynchronous and let the > underlying elevator code sort them into physical block order?
Linux doesn't support asynchronous I/O which doesn't bypass the cache, so it's pretty much unusable for this purpose. It's also doubtful if the elevator queue is long enough to compete with FIBMAP-based ordering. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

