From fe83a4ae84dd4345d6e958219d5a1dc59ecb039d Mon Sep 17 00:00:00 2001 From: Zhou Zhengping Date: Fri, 31 Mar 2017 00:42:46 +0800 Subject: coreutils: use coreutils instead of duplicate code Change-Id: I0e442331d2bbb22ec18c37af87ab2a8852737c43 BUG: 1448265 Signed-off-by: Zhou Zhengping Reviewed-on: https://review.gluster.org/16975 Smoke: Gluster Build System NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Reviewed-by: Amar Tumballi Reviewed-by: Prashanth Pai Reviewed-by: Jeff Darcy --- xlators/cluster/stripe/src/stripe.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'xlators/cluster/stripe/src') diff --git a/xlators/cluster/stripe/src/stripe.c b/xlators/cluster/stripe/src/stripe.c index fb10fd2a302..67006ab06b6 100644 --- a/xlators/cluster/stripe/src/stripe.c +++ b/xlators/cluster/stripe/src/stripe.c @@ -3674,9 +3674,7 @@ stripe_writev (call_frame_t *frame, xlator_t *this, fd_t *fd, STRIPE_VALIDATE_FCTX (fctx, err); /* File has to be stripped across the child nodes */ - for (idx = 0; idx< count; idx ++) { - total_size += vector[idx].iov_len; - } + total_size = iov_length (vector, count); remaining_size = total_size; local = mem_get0 (this->local_pool); -- cgit