From patchwork Mon Apr 30 19:45:19 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luis Chamberlain X-Patchwork-Id: 10372465 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id EA85C60116 for ; Mon, 30 Apr 2018 19:45:29 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DAA2A288DB for ; Mon, 30 Apr 2018 19:45:29 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id CEF6928B6A; Mon, 30 Apr 2018 19:45:29 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00, MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4AD87288DB for ; Mon, 30 Apr 2018 19:45:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932317AbeD3Tp0 (ORCPT ); Mon, 30 Apr 2018 15:45:26 -0400 Received: from mail.kernel.org ([198.145.29.99]:42886 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756364AbeD3TpY (ORCPT ); Mon, 30 Apr 2018 15:45:24 -0400 Received: from garbanzo.do-not-panic.com (c-73-15-241-2.hsd1.ca.comcast.net [73.15.241.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 84C182185B; Mon, 30 Apr 2018 19:45:23 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 84C182185B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=mcgrof@kernel.org From: "Luis R. Rodriguez" To: damien.lemoal@wdc.com Cc: hare@suse.de, linux-fsdevel@vger.kernel.org, linux-block@vger.kernel.org, "Luis R. Rodriguez" Subject: [PATCH dm-zoned-tools 1/2] README: fix small typo host-manmaged --> host-managed Date: Mon, 30 Apr 2018 12:45:19 -0700 Message-Id: <20180430194520.9065-1-mcgrof@kernel.org> X-Mailer: git-send-email 2.17.0 Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Small typo fix. Signed-off-by: Luis R. Rodriguez Reviewed-by: Damien Le Moal --- 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.