Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp1727556ybi; Thu, 20 Jun 2019 02:44:55 -0700 (PDT) X-Google-Smtp-Source: APXvYqz+efFiHChavRsN112YmMVOsNbC3xj3G+nbVg26mt58hKqjV7y7yH5a+rH5b+qYnymugrk9 X-Received: by 2002:a17:902:8489:: with SMTP id c9mr44236301plo.327.1561023895513; Thu, 20 Jun 2019 02:44:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561023895; cv=none; d=google.com; s=arc-20160816; b=xrb5ghhYtSGFH5Q6H6v2A/3ndJmDrKbZ9qDLJsMFtnuCPOsbA8B08uzoKlWqSM/y3P mHfFTZCaQDMlrlJ8bD1ipcOVwkwOb8Jxqq9Iz/25IP3/LlYBVW+1nzOOeEaUQ54UUBYH KQZTdLrlePlqM1NR+NTOPQkcJygfOUc8XhfrLK0kWIOukQBWqlS1p1x7S9+IGdZe6t3n T4CSaTpcAn5IZdpBsC9dhwOar9sdfw3ltdG/dpHkyWw2KAlZ89OvfcZ1BILxYqdJY2kC g9Rt1c/UIcYWVf7y2WF9kS0EL/S9JYs2pdXIoBpsKgEHx/WOgj9YKX1mm1WMzEAsQ9DZ jMHw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=YJPKxcjjwXA6lOy26l7s3hZRNhi9HrtLL6Tqz/iXAOk=; b=nXRHU9cIfmTTq9kWZNOh76Tcw32shSU1E99CVdo6r3bGnTxEuuWvulaqrRMT3mN0Dj G82nMXSrImMeSD/vVQbnHxjyGHzg0xbawwZSottbRJnItUN1ZCEo53sn9lleqDeaXPLw +4mXbemWNlntLmRCXaK4Ssb/2rRjVI9FatSYkLxfGxCBlI3vrd+aZArKmwhyXvo8p7zm 0/z5LLqusVMEY2I3aYfLqgLaCjkyTPRl2xYqUdKG17N/oHBiBbwa+9IcCEwvniESzb4B iO7dSgxK+eD7UwN440ZWfgEGnMI6nBie4vxZwfzZdyClMxvnobUeqsS7MC6wZNtgnmTo Tr4g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l9si8998041plb.317.2019.06.20.02.44.40; Thu, 20 Jun 2019 02:44:55 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731490AbfFTJmy (ORCPT + 99 others); Thu, 20 Jun 2019 05:42:54 -0400 Received: from verein.lst.de ([213.95.11.211]:59071 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731448AbfFTJmw (ORCPT ); Thu, 20 Jun 2019 05:42:52 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 99CD768BFE; Thu, 20 Jun 2019 11:42:21 +0200 (CEST) Date: Thu, 20 Jun 2019 11:42:21 +0200 From: Christoph Hellwig To: Jens Axboe Cc: Paolo Valente , linux-block@vger.kernel.org, cgroups@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: blk-cgroup cleanups Message-ID: <20190620094220.GA24189@lst.de> References: <20190606102624.3847-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190606102624.3847-1-hch@lst.de> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org ping? On Thu, Jun 06, 2019 at 12:26:18PM +0200, Christoph Hellwig wrote: > Hi all, > > below are a couple of cleanups I came up with when trying to understand > the blk-cgroup code. ---end quoted text---