Kernel Traps

Barry BEvel (reganjt@cs.tcd.ie)
Sat, 01 May 1999 14:07:49 +0100


I'm trying to build a simple file system and keep access transparent to
the user.
I want to trap commands like open, close, read, write and seek. For
example,
when a open command is performed on a file beginning with a certain
prefix,
I want to run my code, otherwise the normal code. Is there a 'nice' way
of doing this?
Any information/example would be very helpful.
Cheers.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/