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 AE76B42000B for ; Wed, 27 May 2020 07:23:43 +0200 (CEST) Date: Wed, 27 May 2020 07:23:41 +0200 From: Christoph Hellwig To: Konstantin Khlebnikov Message-ID: <20200527052341.GA17530@lst.de> References: <20200525113014.345997-1-hch@lst.de> <20200525113014.345997-2-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: Jens Axboe , linux-nvdimm@lists.01.org, linux-bcache@vger.kernel.org, linux-kernel@vger.kernel.org, linux-block@vger.kernel.org, Minchan Kim , dm-devel@redhat.com, Christoph Hellwig , Nitin Gupta , drbd-dev@lists.linbit.com Subject: Re: [Drbd-dev] [PATCH 01/16] block: add disk/bio-based accounting helpers 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: , On Mon, May 25, 2020 at 03:28:07PM +0300, Konstantin Khlebnikov wrote: > I think it would be better to leave this jiffies legacy nonsense in > callers and pass here request duration in nanoseconds. jiffies is what the existing interfaces uses. But now that they come from the start helper fixing this will become easier. I'll do that as a follow on, as I'd rather not bloat this series even more.