Re: [patch] Cascaded VFS v.4

2002-07-09 Thread TUDOR Coserea
Hi, Apropos VFS patch shouldn't be -D_LARGEFILE64_SOURCE instead of -D_LARGEFILE63_SOURCE ? And another question: I used VFS to build a antivirus scanner and on close method I need (const struct files_struct*)-fsp_name which position depends by this _LARGEFILE64_SOURCE. If one of

Re: [patch] Cascaded VFS v.4

2002-07-09 Thread Alexander Bokovoy
On Tue, Jul 09, 2002 at 12:59:28PM +0300, TUDOR Coserea wrote: Hi, Hi, Tudor! Apropos VFS patch shouldn't be -D_LARGEFILE64_SOURCE instead of -D_LARGEFILE63_SOURCE ? There is no such define in new patch. It was, indeed, in old examples/VFS/block/Makefile but now it is replaced by correct

Re: [patch] Cascaded VFS v.4

2002-07-09 Thread TUDOR Coserea
Hi Alexander, Alexander Bokovoy [EMAIL PROTECTED] writes: And another question: I used VFS to build a antivirus scanner and on close method I need (const struct files_struct*)-fsp_name which position depends by this _LARGEFILE64_SOURCE. If one of smbd and my

Re: [patch] Cascaded VFS v.4

2002-07-09 Thread Alexander Bokovoy
On Tue, Jul 09, 2002 at 02:58:51PM +0300, TUDOR Coserea wrote: Hi Alexander, Alexander Bokovoy [EMAIL PROTECTED] writes: And another question: I used VFS to build a antivirus scanner and on close method I need (const struct files_struct*)-fsp_name which position

[patch] Cascaded VFS v.4

2002-07-08 Thread Alexander Bokovoy
Greetings! Attached is the new revision (v.4) of cascaded VFS patch for HEAD. Changes from Simo's revision: -- connection_struct now contains a pointer to smb_vfs_handle_struct instance which is an element of a linked list. Each element describes completely one module [private data as