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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EC93CC05027 for ; Wed, 1 Feb 2023 08:06:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230523AbjBAIGl (ORCPT ); Wed, 1 Feb 2023 03:06:41 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55604 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231214AbjBAIGk (ORCPT ); Wed, 1 Feb 2023 03:06:40 -0500 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 986EE1350E; Wed, 1 Feb 2023 00:06:39 -0800 (PST) Received: by verein.lst.de (Postfix, from userid 2407) id B87C067373; Wed, 1 Feb 2023 09:06:35 +0100 (CET) Date: Wed, 1 Feb 2023 09:06:35 +0100 From: Christoph Hellwig To: Tejun Heo Cc: Christoph Hellwig , Jens Axboe , Josef Bacik , linux-block@vger.kernel.org, cgroups@vger.kernel.org, Andreas Herrmann Subject: Re: [PATCH 05/15] blk-cgroup: store a gendisk to throttle in struct task_struct Message-ID: <20230201080635.GA8112@lst.de> References: <20230124065716.152286-1-hch@lst.de> <20230124065716.152286-6-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On Fri, Jan 27, 2023 at 01:40:00PM -1000, Tejun Heo wrote: > So, we're shifting the dead test from schedule to the actual throttle path, > which makes sense but I think this should at least be mentioned in the > description if not put in its own patch. That's what I tried to say with: "Move the check for the dead disk to the latest place now that is is unbundled from the reference grab." what else would you want me to write? From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 05/15] blk-cgroup: store a gendisk to throttle in struct task_struct Date: Wed, 1 Feb 2023 09:06:35 +0100 Message-ID: <20230201080635.GA8112@lst.de> References: <20230124065716.152286-1-hch@lst.de> <20230124065716.152286-6-hch@lst.de> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Tejun Heo Cc: Christoph Hellwig , Jens Axboe , Josef Bacik , linux-block-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Andreas Herrmann On Fri, Jan 27, 2023 at 01:40:00PM -1000, Tejun Heo wrote: > So, we're shifting the dead test from schedule to the actual throttle path, > which makes sense but I think this should at least be mentioned in the > description if not put in its own patch. That's what I tried to say with: "Move the check for the dead disk to the latest place now that is is unbundled from the reference grab." what else would you want me to write?