From: Ilya Dryomov Date: Fri, 25 Jul 2014 08:44:58 +0000 (+0400) Subject: ceph: remove redundant memset(0) X-Git-Tag: omap-for-v3.17/fixes-against-rc2~85^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a295bd8c854de221813d0ba0848031a8985b869;p=pandora-kernel.git ceph: remove redundant memset(0) xattrs array of pointers is allocated with kcalloc() - no need to memset() it to 0 right after that. Signed-off-by: Ilya Dryomov Reviewed-by: Alex Elder --- Reading git-diff-tree failed