From 7a72458266a672f566d4460bd54f30c49a1ce68b Mon Sep 17 00:00:00 2001 From: Peng Tao Date: Wed, 5 Mar 2014 21:27:16 +0800 Subject: [PATCH] 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-format-patch failed