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 smbd and my scanner is build with this
flag and other is not, on close method smbd
with my scanner will crash. Could be rearranged files in this struct such as fields
dependent by compilation flags be the last?
Regards,
Tudore