Forgot to cc the list. On Mon, Mar 7, 2011 at 9:10 AM, Steve French <[email protected]> wrote: > On Sun, Mar 6, 2011 at 10:46 PM, Shirish Pargaonkar > <[email protected]> wrote: >> >> Steve, like local crypto functions were changed to linux crypto APIs, >> should converting unicode functions local to cifs to unicode APIs (if >> they exist) >> be looked at, sometimes down the road? > Yes that is done. The smb2 routines are now using the cifs unicode APIs but there were two differences (we may find a few other helpers we have to add later), so I added to cifs_unicode.c two small helper routines for calculating the unicode string length and for unicode string copy (internally they use the cifs unicode functions).
Also note that SMB2 is unicode only, so the interface to these two is a little simpler. Thanks, Steve -- Thanks, Steve -- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
