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.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham 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 58233C3A59E for ; Thu, 22 Aug 2019 00:55:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 32AC6206BA for ; Thu, 22 Aug 2019 00:55:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730435AbfHVAzc (ORCPT ); Wed, 21 Aug 2019 20:55:32 -0400 Received: from verein.lst.de ([213.95.11.211]:42330 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728724AbfHVAzc (ORCPT ); Wed, 21 Aug 2019 20:55:32 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 2ABDF68BFE; Thu, 22 Aug 2019 02:55:30 +0200 (CEST) Date: Thu, 22 Aug 2019 02:55:29 +0200 From: Christoph Hellwig To: Chaitanya Kulkarni Cc: linux-block@vger.kernel.org, hch@lst.de, axboe@kernel.dk Subject: Re: [PATCH V3 2/6] null_blk: create a helper for throttling Message-ID: <20190822005529.GC10938@lst.de> References: <20190821061314.3262-1-chaitanya.kulkarni@wdc.com> <20190821061314.3262-3-chaitanya.kulkarni@wdc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190821061314.3262-3-chaitanya.kulkarni@wdc.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-block-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On Tue, Aug 20, 2019 at 11:13:10PM -0700, Chaitanya Kulkarni wrote: > This patch creates a helper for handling throttling code in the > null_handle_cmd(). > > Signed-off-by: Chaitanya Kulkarni Looks good, Reviewed-by: Christoph Hellwig