/alps/fwbench

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/fwbench

« back to all changes in this revision

Viewing changes to seqreader.c

  • Committer: Suren A. Chilingaryan
  • Date: 2012-12-04 18:54:07 UTC
  • Revision ID: csa@dside.dyndns.org-20121204185407-85t9jla6gnbm20j2
Fix segmentation in seqreader

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
#ifdef AIO_MODE
44
44
# define BUFSIZE (BLOCK_SIZE * (AIO_MODE + EXTRA_BUFFERS))
45
45
#else /* AIO_MODE */
46
 
# define BUFSIZE (1024 * RAID_STRIP_SIZE * RAID_DISKS) 
 
46
# define BUFSIZE (1024 * RAID_STRIP_SIZE * RAID_DISKS * STRIPS_AT_ONCE) 
47
47
#endif /* AIO_MODE */
48
48
 
49
49