summaryrefslogtreecommitdiffstats
path: root/seqreader.c
diff options
context:
space:
mode:
Diffstat (limited to 'seqreader.c')
-rw-r--r--seqreader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/seqreader.c b/seqreader.c
index f06eef8..cb9db3b 100644
--- a/seqreader.c
+++ b/seqreader.c
@@ -43,7 +43,7 @@
#ifdef AIO_MODE
# define BUFSIZE (BLOCK_SIZE * (AIO_MODE + EXTRA_BUFFERS))
#else /* AIO_MODE */
-# define BUFSIZE (1024 * RAID_STRIP_SIZE * RAID_DISKS)
+# define BUFSIZE (1024 * RAID_STRIP_SIZE * RAID_DISKS * STRIPS_AT_ONCE)
#endif /* AIO_MODE */