Message ID | 20180430194520.9065-1-mcgrof@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 2018/04/30 12:45, Luis R. Rodriguez wrote: > Small typo fix. > > Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org> > --- > README | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/README b/README > index 61830dd..7762694 100644 > --- a/README > +++ b/README > @@ -23,7 +23,7 @@ http://www.t13.org/Documents/UploadedDocuments/docs2015/ > di537r05-Zoned_Device_ATA_Command_Set_ZAC.pdf > > dm-zoned implementation focused on simplicity and on minimizing overhead (CPU, > -memory and storage overhead). For a 10TB host-manmaged disk with 256 MB zones, > +memory and storage overhead). For a 10TB host-managed disk with 256 MB zones, > dm-zoned memory usage per disk instance is at most 4.5 MB and as little as 5 > zones will be used internally for storing metadata and performaing reclaim > operations. Thanks Luis ! Reviewed-by: Damien Le Moal <damien.lemoal@wdc.com> -- Damien Le Moal Western Digital Research
diff --git a/README b/README index 61830dd..7762694 100644 --- a/README +++ b/README @@ -23,7 +23,7 @@ http://www.t13.org/Documents/UploadedDocuments/docs2015/ di537r05-Zoned_Device_ATA_Command_Set_ZAC.pdf dm-zoned implementation focused on simplicity and on minimizing overhead (CPU, -memory and storage overhead). For a 10TB host-manmaged disk with 256 MB zones, +memory and storage overhead). For a 10TB host-managed disk with 256 MB zones, dm-zoned memory usage per disk instance is at most 4.5 MB and as little as 5 zones will be used internally for storing metadata and performaing reclaim operations.
Small typo fix. Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org> --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)