[Dazuko-help] How to compile dazukofs for SLES-11

2009-12-16 Thread Nil Nik
Hi, Please tell me how to compile dazukofs-3.0.0 for SLES-11. kernel version : linux-SuSE11:~/dazukofs-3.0.0 # uname -a Linux linux-SuSE11 2.6.27.19-5-pae #1 SMP 2009-02-28 04:40:21 +0100 i686 i686 i386 GNU/Linux I got following error: linux-SuSE11:~/dazukofs-3.0.0 # make make -C

[Dazuko-help] need a close event from dazukofs

2009-12-16 Thread Nil Nik
Hi, I think dazukofs does not support a CLOSE event. I need a action on close event. How do i get CLOSE event? Also if folder is mounted using smbfs/cifs and we specify this mounted folder to watch for dazukofs, it does not detect the files copied from other machine. is there any

[Dazuko-help] dazukofs: Ignore a process

2009-12-20 Thread Nil Nik
Hello, How do i ignore a process from dazukofs?? Thanks in advance!!! _ Windows 7: Simplify what you do everyday. Find the right PC for you.

RE: [Dazuko-help] Support for MAC OS

2010-05-31 Thread Nil Nik
Where to find the information about the Apple framework? By Apple provided framework do you mean Writing a kernel extension based on KAuth mechanism / Writing a file system activity monitor at the Vnode level ? Thanks...

[Dazuko-help] Twice call for dazukofs_release

2010-10-21 Thread Nil Nik
Hi, I just put a log in DazukoFS-3.1.3 to know work flow. I found that for a OPEN call file system calls function dazukofs_flush and dazukofs_release. (I think it because of internal call for dentry_open() function). Also for CLOSE call file system again calls dazukofs_flush() and