On Sunday 02 May 2004 13:18, Honen, Oren wrote: > I'm thinking of writing an application that will create a dummy file. > When this file is read the application will return a data based on the > original file and a diff file. I thought of using /proc fs for that so > when reading this file, a callback routine will be activated.
There is some user-space file system for Linux (don't have the URL, google for it). If you put it in your kernel, it enables you to implement a file system in user-space with your semantics. -- Oron Peled Voice/Fax: +972-4-8228492 [EMAIL PROTECTED] http://www.actcom.co.il/~oron "Linux: like the air you breathe, ubiquitous and free" ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]