From: Rickard Strandqvist Date: Sun, 14 Sep 2014 16:03:16 +0000 (+0200) Subject: staging: lustre: Cleaning up unnecessary use of memset in conjunction with strncpy X-Git-Tag: fixes-for-v3.18-merge-window~15^2~440 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f2882d3696876c9458c794fa960f5c3133d70a5;p=pandora-kernel.git staging: lustre: Cleaning up unnecessary use of memset in conjunction with strncpy Using memset before strncpy just to ensure a trailing null character is an unnecessary double writing of a string Signed-off-by: Rickard Strandqvist Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed