From bfd45840af03d07d11e467e497181dce3cec9df2 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Mon, 10 Oct 2011 15:03:56 +0530 Subject: libglusterfs/iobuf: increase the iobref's iobuf array size earlier it was hardcoded to 8, now increased the size to 16. also return the exact error code in client_submit_vec_request(), so there will be no missing frames in case of errors. Change-Id: I82a6ee681a543b673a7cf1a0b9c5ade2a7175ebe BUG: 3679 Reviewed-on: http://review.gluster.com/570 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- xlators/protocol/client/src/client3_1-fops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators') diff --git a/xlators/protocol/client/src/client3_1-fops.c b/xlators/protocol/client/src/client3_1-fops.c index ae744269739..f826ca27eff 100644 --- a/xlators/protocol/client/src/client3_1-fops.c +++ b/xlators/protocol/client/src/client3_1-fops.c @@ -119,7 +119,7 @@ out: iobuf_unref (iobuf); - return 0; + return ret; } /* CBK */ -- cgit