%{ /* * logeventfs.fist: logs the individual filesystem events to syslog * logevent portions are: * Copyright 2003 William Stearns * fistgen code copyright Erez Zadok and the fistgen team * logevent and fistgen portions are both released under the GPL */ %} debug off; %% %op:lookup:postcall { printk("logeventfs: lookup: file %s\n", name); } %%