using a device in O_DIRECT mode through a FS

From: Peter T. Breuer (ptb@it.uc3m.es)
Date: Sat Aug 31 2002 - 12:51:30 EST


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
-
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/



This archive was generated by hypermail 2b29 : Sat Aug 31 2002 - 22:00:33 EST