RE: lack of raw disk devices

linux kernel account (linker@nightshade.z.ml.org)
Tue, 6 Jan 1998 11:37:59 -0500 (EST)


On Tue, 6 Jan 1998, Petrucci, Joseph wrote:

> Wouldn't this solution be just as difficult to implement as Raw
> devices???
[snip poorly quoted stuff about letting the FS determin read buffering on
a file by file basis]

No, it would be more difficult.. But it would be 'neat' and have very
good benifits.. A extra flag on the open call to set caching behavior
would be great.

Raw devices would have comparitivly few benifits. Furthermore, this
feature would make raw devices absolutly unnessassary (just open the /dev/
file with the approiate open flags)..

This feature would have great uses for MM apps and such..