search for: vfs_close

Displaying 1 result from an estimated 1 matches for "vfs_close".

Did you mean: fs_close
2012 Dec 14
3
Samba Client <--> Server Timeout
Hi Folk, I am writing a Samba VFS module. The VFS CLOSE operation takes a longer time, much greater than 20s, to return. Looks this will cause Samba client server communication timeout. And Samba will load a new module, which is not what I want. I want Samba to wait, until VFS CLOSE operation finishes what it should do. I don't want Samba to load a new module. Can anyone tell me how/where to