2002-08-31 17:47:07

by Peter T. Breuer

[permalink] [raw]
Subject: using a device in O_DIRECT mode through a FS

I've managed to mount a block device in "direct" mode in 2.5.31,
by modifying the block driver to set the O_DIRECT flag on opens, but
this doesn't affect subsequent accesses to files on the mounted
filesystem. They're cached in VMS as usual, instead of going straight
to the metal and back.

Can anyone indicate to me what I have to do in order to make all
accesses to structures on the mounted FS avoid VMS also? Is it a FS
thing? If so, what do I have to alter where in the FS driver? (Yes,
I imagine it's whatever the open call translates to ..).

Peter