From bf0b366cc90ed8bc9932be69bfff1456af65cd02 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Mon, 1 Mar 2010 03:14:39 +0000 Subject: stripe read fix (when read() is done on a sparse file over glusterfs) Signed-off-by: Amar Tumballi Signed-off-by: Anand V. Avati BUG: 536 (fsx tool fails over stripe) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=536 --- xlators/cluster/stripe/src/stripe.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xlators/cluster/stripe/src/stripe.h') diff --git a/xlators/cluster/stripe/src/stripe.h b/xlators/cluster/stripe/src/stripe.h index ff57f993226..a36c51fe596 100644 --- a/xlators/cluster/stripe/src/stripe.h +++ b/xlators/cluster/stripe/src/stripe.h @@ -119,6 +119,8 @@ struct stripe_local { int8_t failed; int8_t unwind; + size_t readv_size; + int32_t readv_pendingsize; int32_t entry_count; int32_t node_index; int32_t call_count; -- cgit