From nobody Thu Apr 2 23:05:55 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A9DB1C54EE9 for ; Tue, 20 Sep 2022 02:07:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229833AbiITCHK (ORCPT ); Mon, 19 Sep 2022 22:07:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34462 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229566AbiITCHH (ORCPT ); Mon, 19 Sep 2022 22:07:07 -0400 Received: from ssh248.corpemail.net (ssh248.corpemail.net [210.51.61.248]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0DC8356B89; Mon, 19 Sep 2022 19:07:05 -0700 (PDT) Received: from ([60.208.111.195]) by ssh248.corpemail.net ((D)) with ASMTP (SSL) id OBA00058; Tue, 20 Sep 2022 10:06:58 +0800 Received: from localhost.localdomain (10.200.104.82) by jtjnmail201619.home.langchao.com (10.100.2.19) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.12; Tue, 20 Sep 2022 10:07:01 +0800 From: Deming Wang To: CC: , , Deming Wang Subject: [PATCH] bcache: doc: update the section of freelist_percent Date: Mon, 19 Sep 2022 22:07:00 -0400 Message-ID: <20220920020700.2142-1-wangdeming@inspur.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Originating-IP: [10.200.104.82] X-ClientProxiedBy: Jtjnmail201613.home.langchao.com (10.100.2.13) To jtjnmail201619.home.langchao.com (10.100.2.19) tUid: 20229201006583d246c71e915d413f5d2c6c76f3765b1 X-Abuse-Reports-To: service@corp-email.com Abuse-Reports-To: service@corp-email.com X-Complaints-To: service@corp-email.com X-Report-Abuse-To: service@corp-email.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" remove the double word to. Signed-off-by: Deming Wang --- Documentation/admin-guide/bcache.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/admin-guide/bcache.rst b/Documentation/admin-gui= de/bcache.rst index 8d3a2d045c0a..f99634ea7b56 100644 --- a/Documentation/admin-guide/bcache.rst +++ b/Documentation/admin-guide/bcache.rst @@ -627,7 +627,7 @@ discard slow). =20 freelist_percent - Size of the freelist as a percentage of nbuckets. Can be written to to + Size of the freelist as a percentage of nbuckets. Can be written to increase the number of buckets kept on the freelist, which lets you artificially reduce the size of the cache at runtime. Mostly for testing purposes (i.e. testing how different size caches affect your hit rate), = but --=20 2.27.0