From: Jean Delvare Date: Fri, 9 May 2008 15:59:51 +0000 (+0200) Subject: [GFS2] Prefer strlcpy() over snprintf() X-Git-Tag: v2.6.26-rc4~102^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00377d8e3842776d1da633ad9c79a16ecb548b92;p=pandora-kernel.git [GFS2] Prefer strlcpy() over snprintf() strlcpy is faster than snprintf when you don't use the returned value. Signed-off-by: Jean Delvare Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed