[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] shred: increase I/O block size for periodic pattern case
From: |
Jim Meyering |
Subject: |
Re: [PATCH] shred: increase I/O block size for periodic pattern case |
Date: |
Thu, 7 Nov 2013 07:31:29 -0800 |
On Thu, Nov 7, 2013 at 6:39 AM, Pádraig Brady <address@hidden> wrote:
> I should have bumped up the buffer size for the periodic pattern case too.
> This should fix it up.
...
> commit 115c8e620dde3349cb8edef6edaba40dd82395d3
> Author: Pádraig Brady <address@hidden>
> Date: Thu Nov 7 11:57:09 2013 +0000
>
> shred: increase I/O block size for periodic pattern case
>
> * src/shred.c (dopass): In the periodic pattern case increase the
> I/O block size from 12KiB to 60KiB (also a multiple of 3 and 4096).
> * NEWS: Adjust accordingly.
Looks fine. Thanks!