Displaying 1 result from an estimated 1 matches for "memcpy_fromf".
Did you mean:
memcpy_fromfs
2000 Apr 21
0
symlink-hack for smbfs under linux
...f "map system = yes" and "create
mask = 750" (or higher) are therefore necessary.
Currently I also write a NUL-byte at the end of the symlink; from the other
implementations I assume this would not be necessary, but for the moment
I'm glad I got rid of the oopses (memcpy vs memcpy_fromfs in smb_proc_write
gave me a real pain in 2.0.33 and yes, everything else does need the
memcpy_fromfs so I had to create a similar smb_proc_write_mem and make it
use memcpy. I still don't get it) and happy to forget everything about it at
least until after easter.
As the patch is rather large...