From: Peng Tao Date: Wed, 5 Mar 2014 13:27:16 +0000 (+0800) Subject: staging/lustre/libcfs: remove cfs_strncasecmp X-Git-Tag: v3.15-rc1~139^2~513 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a72458266a672f566d4460bd54f30c49a1ce68b;p=pandora-kernel.git staging/lustre/libcfs: remove cfs_strncasecmp The only difference against generic strncasecmp() is that cfs_strncasecmp() check NULL pointers and zero length parameter, which all callers have already taken care of. Cc: Andreas Dilger Cc: Oleg Drokin Signed-off-by: Peng Tao Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed