Home
last modified time | relevance | path

Searched hist:"1 a295bd8c854de221813d0ba0848031a8985b869" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/ceph/
H A Dxattr.cdiff 1a295bd8c854de221813d0ba0848031a8985b869 Fri Jul 25 03:44:58 CDT 2014 Ilya Dryomov <ilya.dryomov@inktank.com> 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 <ilya.dryomov@inktank.com>
Reviewed-by: Alex Elder <elder@linaro.org>