ceph: remove redundant memset(0)
authorIlya Dryomov <ilya.dryomov@inktank.com>
Fri, 25 Jul 2014 08:44:58 +0000 (12:44 +0400)
committerIlya Dryomov <ilya.dryomov@inktank.com>
Mon, 28 Jul 2014 09:28:33 +0000 (13:28 +0400)
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>

No differences found