From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 30C45C4727D for ; Mon, 5 Oct 2020 07:13:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E4C2E20756 for ; Mon, 5 Oct 2020 07:13:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725906AbgJEHNG (ORCPT ); Mon, 5 Oct 2020 03:13:06 -0400 Received: from verein.lst.de ([213.95.11.211]:57893 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725870AbgJEHNG (ORCPT ); Mon, 5 Oct 2020 03:13:06 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id D829867373; Mon, 5 Oct 2020 09:13:03 +0200 (CEST) Date: Mon, 5 Oct 2020 09:13:03 +0200 From: Christoph Hellwig To: Jens Axboe Cc: Philipp Reisner , Lars Ellenberg , linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, drbd-dev@lists.linbit.com Subject: Re: remove bdget() as a public API Message-ID: <20201005071303.GA12639@lst.de> References: <20200925160618.1481450-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200925160618.1481450-1-hch@lst.de> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org ping? On Fri, Sep 25, 2020 at 06:06:16PM +0200, Christoph Hellwig wrote: > Hi Jens, > > this series first cleans up the somewhat odd size handling in > drbd, and then kill off bdget() as a public API. ---end quoted text--- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by mail19.linbit.com (LINBIT Mail Daemon) with ESMTP id 6C6A14208A2 for ; Mon, 5 Oct 2020 09:13:05 +0200 (CEST) Date: Mon, 5 Oct 2020 09:13:03 +0200 From: Christoph Hellwig To: Jens Axboe Message-ID: <20201005071303.GA12639@lst.de> References: <20200925160618.1481450-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200925160618.1481450-1-hch@lst.de> Cc: linux-block@vger.kernel.org, Lars Ellenberg , drbd-dev@lists.linbit.com, Philipp Reisner , linux-kernel@vger.kernel.org Subject: Re: [Drbd-dev] remove bdget() as a public API List-Id: "*Coordination* of development, patches, contributions -- *Questions* \(even to developers\) go to drbd-user, please." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , ping? On Fri, Sep 25, 2020 at 06:06:16PM +0200, Christoph Hellwig wrote: > Hi Jens, > > this series first cleans up the somewhat odd size handling in > drbd, and then kill off bdget() as a public API. ---end quoted text---