Hi Jeremy, I adapted my recycle bin module for Sambs 2.2 by using your recycle bin as a template. With your makefile in examples/VFS I get sizeof(SMB_OFF_T) = 8 in smbd and sizeof(SMB_OFF_T) = 4 in recycle.so
I had lots of Samba segfaults using my VFS module before, when working with this configuration. Don't you think SMB_OFF_T should be the same ? I added -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 to the VFS module makefile which does the trick for my configuration. ...Juergen
