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 EE8E8C433FE for ; Thu, 23 Dec 2021 14:15:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348792AbhLWOP7 (ORCPT ); Thu, 23 Dec 2021 09:15:59 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43180 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236840AbhLWOP6 (ORCPT ); Thu, 23 Dec 2021 09:15:58 -0500 Received: from mail-il1-x132.google.com (mail-il1-x132.google.com [IPv6:2607:f8b0:4864:20::132]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2B1B5C061756 for ; Thu, 23 Dec 2021 06:15:58 -0800 (PST) Received: by mail-il1-x132.google.com with SMTP id w1so4332369ilh.9 for ; Thu, 23 Dec 2021 06:15:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel-dk.20210112.gappssmtp.com; s=20210112; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=6M3SYeSgnofgcr0rRAkYeNuD1vSEpPccTA7ix3B/fBA=; b=lKoVrQOEc7rUd4lDbLBB5Y+FyTyY1odHrgbUfYxGCLVl0fu8oxO3BM0gFh632eB6tv wQIIPK146Xn6o1rzPVSqWYq5cVW/oXSffgXuQISgijTDXfhTI1wa4Kb+1srMOVsrsy0F yPS6rVW5rK2rMZBVmKhMqBxKo4QNsTGhgLtePlK7Hwe5IfYH+IT9AyFPMtqIDWVdNmqQ 8I/E+RY5RQhVESxEYBvb986vizccjxbcCb2mMI+w0MitvjJvZo+2VdIYPcedEyn1UAA1 7ODPuTVkvKF+0qAm9uC6aWXCkRUeQlfEj6FgYmuFMJqPufE9J1UdTvYcqS36oyyDisjG Kqlg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=6M3SYeSgnofgcr0rRAkYeNuD1vSEpPccTA7ix3B/fBA=; b=Zzz//EhPG+grfHynS1bCq1GodGx89mI82OtxyF4BBLlUhl77DV1EzF+zjTRN955PKU MUeVDJSoL+6qTAXVmjXSwCVdvUikmU5n1MLDwXSB+QiLHyubwhrpCLbFfKf45ZTJkdGV QE8vNgRClEuIYBk/zcjkGaPPkqeZtcJ7Kdc7/a5ferBWS/KTfnhMfvr3wP0+zKLP+ja3 1FhXFe9JaVzXryOIHTj2wDZ25LCzNFq86O5s9wvc9Uv0XfXzsCEwKC6J7066WUCWDQSL jviefI/6Xn41TKsJhC4dI/dL0gpoh77lxiYcOk6q+SHd1MGgcvMwsO093bnNmPhr7BC8 yHcg== X-Gm-Message-State: AOAM531jRfgB8Qu3Nust9YBYLFMdSaolIV62E6zHr1zqVWXuUAT6+gB+ ZXVMtvKABHUymSXRUxmc3Z1Rd3oeaplV6w== X-Google-Smtp-Source: ABdhPJx/LAR5uAFMamgfq9YBAPXyM/5rnQoWlZpcvlX7xk8lLgHEj5G5xnoLGFoj93AiUozpZbcqVQ== X-Received: by 2002:a92:1e09:: with SMTP id e9mr1077167ile.224.1640268957569; Thu, 23 Dec 2021 06:15:57 -0800 (PST) Received: from [192.168.1.116] ([66.219.217.159]) by smtp.gmail.com with ESMTPSA id w19sm3798722iov.12.2021.12.23.06.15.56 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 23 Dec 2021 06:15:57 -0800 (PST) Subject: Re: [PATCH] doc: fs: remove bdev_try_to_free_page related doc To: Zhiqiang Liu , corbet@lwn.net, Jan Kara , "Darrick J. Wong" , "zhangyi (F)" , "linux-kernel@vger.kernel.org" Cc: linux-doc@vger.kernel.org, linfeilong References: From: Jens Axboe Message-ID: Date: Thu, 23 Dec 2021 07:15:56 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/22/21 8:51 PM, Zhiqiang Liu wrote: > > In commit acc6100d3ffa ("fs: remove bdev_try_to_free_page callback"), > bdev_try_to_free_page has been removed. > > We should remove its doc. Reviewed-by: Jens Axboe Jon, I'm assuming you'll take this one through the doc tree. -- Jens Axboe