staging: zcache: using strlcpy instead of strncpy
authorChen Gang <gang.chen@asianux.com>
Fri, 8 Mar 2013 00:47:50 +0000 (08:47 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 11 Mar 2013 16:57:45 +0000 (09:57 -0700)
  for NUL terminated string, need alway set '\0' in the end.

Signed-off-by: Chen Gang <gang.chen@asianux.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found