From: Jeff Layton Date: Thu, 30 Apr 2009 11:16:14 +0000 (-0400) Subject: cifs: rename cifs_strlcpy_to_host and make it use new functions X-Git-Tag: v2.6.30-rc5~6^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=066ce6899484d9026acd6ba3a8dbbedb33d7ae1b;p=pandora-kernel.git cifs: rename cifs_strlcpy_to_host and make it use new functions Rename cifs_strlcpy_to_host to cifs_strndup since that better describes what this function really does. Then, convert it to use the new string conversion and measurement functions that work in units of bytes rather than wide chars. Signed-off-by: Jeff Layton Acked-by: Suresh Jayaraman Signed-off-by: Steve French --- Reading git-diff-tree failed