probe for open files
Hi,i need to write file system driver that will query the vnode inside the kernel and will print all open files (descriptors) in real time.since im newbie i wanted to know where to start.which facility i need to
[297 byte] By [
udia] at [2007-11-27 1:57:38]

# 2
i need to know where the notification of the files are happening inside the kernel.for example how can i know when fd is open or close.lsog wont help, its in user space and its slow.i need to catch event when its happened.
udia at 2007-7-12 1:33:28 >
